diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-28 11:34:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-28 11:34:51 +0000 |
commit | c0e1e101f72dbc8b864f108e5a3178f1093c3d00 (patch) | |
tree | e1d1df2762a1469daeeb90b0f18067e70a12ed60 | |
parent | ff3163c6a902855816dfeaae359d3fb3d43da2a8 (diff) | |
download | ports-c0e1e101f72dbc8b864f108e5a3178f1093c3d00.tar.gz ports-c0e1e101f72dbc8b864f108e5a3178f1093c3d00.zip |
Notes
-rw-r--r-- | databases/pgrouting/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile index 9bfc2a91e10f..cdb182b4dfca 100644 --- a/databases/pgrouting/Makefile +++ b/databases/pgrouting/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs\ libgmp.so:${PORTSDIR}/math/gmp RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.1/postgis.sql:${PORTSDIR}/databases/postgis21 -USES= cmake pkgconfig -USE_PGSQL= yes +USES= cmake pgsql pkgconfig USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include |