aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-25 08:25:54 +0800
committerbapt <bapt@FreeBSD.org>2014-01-25 08:25:54 +0800
commitf7fdf6cc5f2c05092394baead510f8f7cfa251a7 (patch)
treeccd1add058fefe777ff6e2129bef9fe08157c890 /devel
parentcb390f40e46605e196b63833e77ac4916a8608e6 (diff)
downloadfreebsd-ports-gnome-f7fdf6cc5f2c05092394baead510f8f7cfa251a7.tar.gz
freebsd-ports-gnome-f7fdf6cc5f2c05092394baead510f8f7cfa251a7.tar.zst
freebsd-ports-gnome-f7fdf6cc5f2c05092394baead510f8f7cfa251a7.zip
Support stage
Diffstat (limited to 'devel')
-rw-r--r--devel/spatialindex/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/spatialindex/Makefile b/devel/spatialindex/Makefile
index bfead4f7e6ac..ab6082c1b78e 100644
--- a/devel/spatialindex/Makefile
+++ b/devel/spatialindex/Makefile
@@ -8,17 +8,12 @@ MASTER_SITES= http://download.osgeo.org/libspatialindex/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
-COMMENT= A General Framework for Developing Spatial Indices
+COMMENT= General Framework for Developing Spatial Indices
+USES= gmake pathfix
USE_AUTOTOOLS= libtool:env
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
- ${WRKSRC}/src/Makefile.in
-
.include <bsd.port.mk>