[Midnightbsd-cvs] mports [24264] trunk/www/cherokee/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 9 11:45:56 EDT 2018
Revision: 24264
http://svnweb.midnightbsd.org/mports/?rev=24264
Author: laffer1
Date: 2018-09-09 11:45:55 -0400 (Sun, 09 Sep 2018)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/www/cherokee/Makefile
Modified: trunk/www/cherokee/Makefile
===================================================================
--- trunk/www/cherokee/Makefile 2018-09-09 15:36:52 UTC (rev 24263)
+++ trunk/www/cherokee/Makefile 2018-09-09 15:45:55 UTC (rev 24264)
@@ -37,6 +37,7 @@
--with-wwwroot=${WWWDIR} \
--with-wwwuser=${CHEROKEE_USER} \
--with-wwwgroup=${CHEROKEE_GROUP}
+CONFIGURE_TARGET= ${ARCH}-portbld-freebsd9.1
MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
@@ -61,14 +62,14 @@
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
@@ -78,9 +79,9 @@
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.mport.options.mk>
More information about the Midnightbsd-cvs
mailing list