svn commit: r327169 - in head: www/dillo2 x11/stjerm
John Marino
marino at FreeBSD.org
Fri Sep 13 17:27:08 UTC 2013
Author: marino
Date: Fri Sep 13 17:27:07 2013
New Revision: 327169
URL: http://svnweb.freebsd.org/changeset/ports/327169
Log:
Add explicit dependency on pkgconf (2 ports)
Approved by: portmgr (bapt, implicit)
Modified:
head/www/dillo2/Makefile
head/x11/stjerm/Makefile
Modified: head/www/dillo2/Makefile
==============================================================================
--- head/www/dillo2/Makefile Fri Sep 13 17:14:53 2013 (r327168)
+++ head/www/dillo2/Makefile Fri Sep 13 17:27:07 2013 (r327169)
@@ -20,9 +20,9 @@ LICENSE= GPLv3
LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
+USES= gmake pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
MAN1= dillo.1
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
CONFLICTS= dillo-i18n-[0-9]* \
Modified: head/x11/stjerm/Makefile
==============================================================================
--- head/x11/stjerm/Makefile Fri Sep 13 17:14:53 2013 (r327168)
+++ head/x11/stjerm/Makefile Fri Sep 13 17:27:07 2013 (r327169)
@@ -15,7 +15,7 @@ ACLOCAL_ARGS= --automake-acdir=${ACLOCAL
-I${LOCALBASE}/share/aclocal
USE_GNOME= vte gtk20
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
MAN8= stjerm.8
LICENSE_FILE= ${WRKSRC}/COPYING
More information about the svn-ports-all
mailing list