aboutsummaryrefslogtreecommitdiff
path: root/graphics/tinyows/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tinyows/Makefile')
-rw-r--r--graphics/tinyows/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile
index c354bb7a7a94..dc3a8cac1d52 100644
--- a/graphics/tinyows/Makefile
+++ b/graphics/tinyows/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= http://download.osgeo.org/mapserver/
MAINTAINER= joris.dedieu@gmail.com
COMMENT= High Performance WFS-T server
-LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
-BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-2.1.so:${PORTSDIR}/databases/postgis21
+LIB_DEPENDS= libxml2.so:textproc/libxml2
+BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-2.1.so:databases/postgis21
USES= tar:bzip2
GNU_CONFIGURE= YES
@@ -22,7 +22,7 @@ OPTIONS_DEFAULT= FASTCGI
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFASTCGI}
-BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:${PORTSDIR}/www/fcgi
+BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:www/fcgi
CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE}
.endif