diff options
Diffstat (limited to 'databases/pgrouting/Makefile')
-rw-r--r-- | databases/pgrouting/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile index 45c7936ce599..78d348a273fe 100644 --- a/databases/pgrouting/Makefile +++ b/databases/pgrouting/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= pgrouting -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= databases geography -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Extension to PostGIS to provide geospatial routing functionality LICENSE= GPLv2 @@ -15,13 +15,10 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs\ libgmp.so:math/gmp RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.1/postgis.sql:databases/postgis21 -USES= compiler:c++11-lib cmake pgsql:9.1+ pkgconfig +USES= compiler:c++11-lib cmake localbase pgsql:9.1+ pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= pgRouting -GH_TAGNAME= 190d2b9 - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +GH_TAGNAME= 8416c60 .include <bsd.port.mk> |