Date: Tue, 3 Sep 2013 18:28:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326193 - head/x11-toolkits/libpanelappletmm Message-ID: <201309031828.r83IStX9023534@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 3 18:28:54 2013 New Revision: 326193 URL: http://svnweb.freebsd.org/changeset/ports/326193 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/x11-toolkits/libpanelappletmm/Makefile Modified: head/x11-toolkits/libpanelappletmm/Makefile ============================================================================== --- head/x11-toolkits/libpanelappletmm/Makefile Tue Sep 3 18:23:26 2013 (r326192) +++ head/x11-toolkits/libpanelappletmm/Makefile Tue Sep 3 18:28:54 2013 (r326193) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpanelappletmm -# Date created: 3 Dec 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libpanelappletmm PORTVERSION= 2.26.0 @@ -20,7 +16,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack lthack gnomepanel USE_AUTOTOOLS= libtool USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031828.r83IStX9023534>