diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-09 19:53:48 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-09 19:53:48 +0000 |
commit | a7f8867bcc5c089ab0d0414da2fd7875f3f25564 (patch) | |
tree | ef2ad71519ff862728c74c2871b9a4e47e629f7d /www/cherokee/Makefile | |
parent | bf33d209c69660bac5307832cb2db02070bfb419 (diff) | |
download | ports-a7f8867bcc5c089ab0d0414da2fd7875f3f25564.tar.gz ports-a7f8867bcc5c089ab0d0414da2fd7875f3f25564.zip |
Notes
Diffstat (limited to 'www/cherokee/Makefile')
-rw-r--r-- | www/cherokee/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 82f3904b4a35..519245465ad7 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -11,8 +11,6 @@ MASTER_SITE_SUBDIR=cherokee/1.2/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fast and flexible web server -BROKEN= Does not configure - USES= gettext gmake pathfix pkgconfig USE_OPENSSL= yes USE_LDCONFIG= yes @@ -92,7 +90,7 @@ PLIST_SUB+= LDAP="@comment " .endif .if ${PORT_OPTIONS:MGEOIP} -LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP CONFIGURE_ARGS+=--with-geoip=yes PLIST_SUB+= GEOIP="" .else @@ -101,9 +99,9 @@ PLIST_SUB+= GEOIP="@comment " .endif .if ${PORT_OPTIONS:MFFMPEG} -LIB_DEPENDS+= avformat:${PORTSDIR}/multimedia/ffmpeg \ - avcodec:${PORTSDIR}/multimedia/ffmpeg \ - avutil:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavformat.so:${PORTSDIR}/multimedia/ffmpeg \ + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libavutil.so:${PORTSDIR}/multimedia/ffmpeg CONFIGURE_ARGS+=--with-ffmpeg=yes .else CONFIGURE_ARGS+=--with-ffmpeg=no @@ -119,7 +117,7 @@ PLIST_SUB+= NLS="@comment " .if ${PORT_OPTIONS:MINTPCRE} CONFIGURE_ARGS+=--enable-internal-pcre .else -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre .endif .if ${PORT_OPTIONS:MRRDTOOL} |