diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
commit | e6ffa1f425ea668e859fae97edfd25a239614331 (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/p5-Geo-Proj4/Makefile | |
parent | 9f1b40e753cf899e58168a889a3df63c843fcb4a (diff) | |
download | ports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip |
Notes
Diffstat (limited to 'graphics/p5-Geo-Proj4/Makefile')
-rw-r--r-- | graphics/p5-Geo-Proj4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Geo-Proj4/Makefile b/graphics/p5-Geo-Proj4/Makefile index e0520d3cf4e1..200f525daf9f 100644 --- a/graphics/p5-Geo-Proj4/Makefile +++ b/graphics/p5-Geo-Proj4/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Perl cartographic projections wrapper for Proj library -LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj +LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE} MAKE_ENV= INC=-I${LOCALBASE}/include |