svn commit: r326193 - head/x11-toolkits/libpanelappletmm

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 18:28:55 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Alexander Nedotsukov <bland at 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


More information about the svn-ports-all mailing list