diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | a48503c96631d25b230b767d967d23cb003ce7e8 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/cherokee/Makefile | |
parent | ffc09d22f48b21e6c2092551737761b22405f284 (diff) | |
download | FreeBSD-ports-a48503c96631d25b230b767d967d23cb003ce7e8.zip FreeBSD-ports-a48503c96631d25b230b767d967d23cb003ce7e8.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www/cherokee/Makefile')
-rw-r--r-- | www/cherokee/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 417589d..5565c05 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -59,14 +59,14 @@ OPTIONS_SUB= yes ADMIN_DESC= Build the Admin Interface ADMIN_USES= python:2,run ADMIN_CONFIGURE_OFF= --disable-admin -FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ON= --with-ffmpeg=yes FFMPEG_CONFIGURE_OFF= --with-ffmpeg=no -GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ON= --with-geoip=yes GEOIP_CONFIGURE_OFF= --with-geoip=no INTPCRE_DESC= Use internal PCRE library -INTPCRE_LIB_DEPENDS_OFF=libpcre.so:${PORTSDIR}/devel/pcre +INTPCRE_LIB_DEPENDS_OFF=libpcre.so:devel/pcre INTPCRE_CONFIGURE_ON= --enable-internal-pcre IPV6_CONFIGURE_OFF= --disable-ipv6 LDAP_USE= openldap=yes @@ -76,9 +76,9 @@ MYSQL_USE= mysql=yes MYSQL_CONFIGURE_ON= --with-mysql=yes MYSQL_CONFIGURE_OFF= --with-mysql=no RRDTOOL_DESC= Usage graphs support -RRDTOOL_RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool +RRDTOOL_RUN_DEPENDS= rrdtool:databases/rrdtool UWSGI_DESC= uWSGI support -UWSGI_RUN_DEPENDS= uwsgi:${PORTSDIR}/www/uwsgi +UWSGI_RUN_DEPENDS= uwsgi:www/uwsgi .include <bsd.port.options.mk> |