diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/awffull/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/awffull/Makefile')
-rw-r--r-- | www/awffull/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/awffull/Makefile b/www/awffull/Makefile index dc9ab8bd3c9d..39df51a22131 100644 --- a/www/awffull/Makefile +++ b/www/awffull/Makefile @@ -15,10 +15,10 @@ BROKEN= unfetchable LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ - libpng.so:${PORTSDIR}/graphics/png \ - libpcre.so:${PORTSDIR}/devel/pcre +BUILD_DEPENDS= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf:x11-fonts/bitstream-vera +LIB_DEPENDS= libgd.so:graphics/gd \ + libpng.so:graphics/png \ + libpcre.so:devel/pcre RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS?= ja-awffull-[0-9]* @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ENABLE= geoip NLS_CONFIGURE_ENABLE= nls |