aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-09-14 01:27:07 +0800
committermarino <marino@FreeBSD.org>2013-09-14 01:27:07 +0800
commit62a448b8aeb9ee408234d7cbd381f76e823d540c (patch)
treef901e45fe0617447c09b0efccbc9452a763dfabf
parenta449e66640f4e67f3d5033c093a6215fcc21316f (diff)
downloadfreebsd-ports-gnome-62a448b8aeb9ee408234d7cbd381f76e823d540c.tar.gz
freebsd-ports-gnome-62a448b8aeb9ee408234d7cbd381f76e823d540c.tar.zst
freebsd-ports-gnome-62a448b8aeb9ee408234d7cbd381f76e823d540c.zip
Add explicit dependency on pkgconf (2 ports)
Approved by: portmgr (bapt, implicit)
-rw-r--r--www/dillo2/Makefile2
-rw-r--r--x11/stjerm/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile
index a7f8af5c36be..18e3922ce8d0 100644
--- a/www/dillo2/Makefile
+++ b/www/dillo2/Makefile
@@ -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]* \
diff --git a/x11/stjerm/Makefile b/x11/stjerm/Makefile
index a9569616d1c0..6ed767d11b59 100644
--- a/x11/stjerm/Makefile
+++ b/x11/stjerm/Makefile
@@ -15,7 +15,7 @@ ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} \
-I${LOCALBASE}/share/aclocal
USE_GNOME= vte gtk20
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
MAN8= stjerm.8
LICENSE_FILE= ${WRKSRC}/COPYING