diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:47:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:47:04 +0000 |
commit | 23d876c60e0940c075815eee07c995924e9ffc9a (patch) | |
tree | b615cb7762f541cd4794293a0b7b91ca2e9ff7e4 /databases/postgis | |
parent | db0ae84935522c7d2723c7ee3d684c40849e1610 (diff) | |
download | ports-23d876c60e0940c075815eee07c995924e9ffc9a.tar.gz ports-23d876c60e0940c075815eee07c995924e9ffc9a.zip |
Notes
Diffstat (limited to 'databases/postgis')
-rw-r--r-- | databases/postgis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index b67fc71e4464..671221d9039a 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -50,8 +50,6 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= DATADIR=${DATADIR} DOCSDIR=${DOCSDIR} MAKE_JOBS_UNSAFE= yes -.include <bsd.port.pre.mk> - .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl @@ -84,4 +82,4 @@ post-install: @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so.1 @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so -.include <bsd.port.post.mk> +.include <bsd.port.mk> |