diff options
author | marino <marino@FreeBSD.org> | 2013-09-14 01:27:07 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-14 01:27:07 +0800 |
commit | 62a448b8aeb9ee408234d7cbd381f76e823d540c (patch) | |
tree | f901e45fe0617447c09b0efccbc9452a763dfabf /www/dillo2 | |
parent | a449e66640f4e67f3d5033c093a6215fcc21316f (diff) | |
download | freebsd-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)
Diffstat (limited to 'www/dillo2')
-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]* \ |