diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-13 17:27:07 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-13 17:27:07 +0000 |
commit | c39a3acb7a35ec5950369f219e31a75e9f351d4a (patch) | |
tree | f901e45fe0617447c09b0efccbc9452a763dfabf /www | |
parent | 42cea4feca97175ce7fe8e01cef19ba73b69c476 (diff) | |
download | ports-c39a3acb7a35ec5950369f219e31a75e9f351d4a.tar.gz ports-c39a3acb7a35ec5950369f219e31a75e9f351d4a.zip |
Add explicit dependency on pkgconf (2 ports)
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=327169
Diffstat (limited to 'www')
-rw-r--r-- | www/dillo2/Makefile | 2 |
1 files changed, 1 insertions, 1 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]* \ |