diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 06:47:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 06:47:01 +0800 |
commit | 05c328d9386e0b665ed83212c38318870d973da0 (patch) | |
tree | 514d84a39652981c3be34f1bf8043206312e2751 /www | |
parent | d7f2a4374fd1b2c11d4e2ad2efb4156c11759629 (diff) | |
download | freebsd-ports-gnome-05c328d9386e0b665ed83212c38318870d973da0.tar.gz freebsd-ports-gnome-05c328d9386e0b665ed83212c38318870d973da0.tar.zst freebsd-ports-gnome-05c328d9386e0b665ed83212c38318870d973da0.zip |
Add an explicit dependency on pkgconfig
While here convert USE_GMAKE to USES=gmake
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_pagespeed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_pagespeed/Makefile b/www/mod_pagespeed/Makefile index e3a4f689a496..760c56daaa0e 100644 --- a/www/mod_pagespeed/Makefile +++ b/www/mod_pagespeed/Makefile @@ -24,11 +24,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ opencv_legacy:${PORTSDIR}/graphics/opencv \ execinfo:${PORTSDIR}/devel/libexecinfo +USES= gmake pkgconfig USE_XZ= yes USE_BINUTILS= yes USE_APACHE= 22 USE_PYTHON= 2.6+ -USE_GMAKE= yes # debugging #MAKE_ENV+= V=1 |