diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile index 9c9ef9c03849..a0f3f24e14d4 100644 --- a/graphics/tinyows/Makefile +++ b/graphics/tinyows/Makefile @@ -1,32 +1,30 @@ PORTNAME= tinyows PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= https://download.osgeo.org/mapserver/ MAINTAINER= joris.dedieu@gmail.com COMMENT= High Performance WFS-T server WWW= https://mapserver.org/tinyows/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -BUILD_DEPENDS= shp2pgsql:databases/postgis33 -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= autoreconf gnome pgsql +USES= autoreconf gnome postgis pgsql USE_GNOME= libxml2 +WANT_POSTGIS= build run GNU_CONFIGURE= yes OPTIONS_DEFINE= FASTCGI OPTIONS_DEFAULT=FASTCGI FASTCGI_LIB_DEPENDS= libfcgi.so:www/fcgi FASTCGI_CONFIGURE_WITH= fastcgi=${LOCALBASE} post-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${WWWDIR}/cgi-bin .include