diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 07:23:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 07:23:25 +0800 |
commit | 7244029e548a8568a25201a0e345fd4bc5e9ec5b (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/gpsmanshp | |
parent | 1fed79fe4ffe7f3c5ecea1df8a93b6926106b4b6 (diff) | |
download | freebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.tar.gz freebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.tar.zst freebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'graphics/gpsmanshp')
-rw-r--r-- | graphics/gpsmanshp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gpsmanshp/Makefile b/graphics/gpsmanshp/Makefile index ebc1a69e892e..40d3c05ca3ba 100644 --- a/graphics/gpsmanshp/Makefile +++ b/graphics/gpsmanshp/Makefile @@ -13,8 +13,8 @@ MAINTAINER= jhay@FreeBSD.org COMMENT= Shapelib support for gpsman RUN_DEPENDS= gpsman:${PORTSDIR}/astro/gpsman -LIB_DEPENDS= shp.1:${PORTSDIR}/devel/shapelib \ - tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} +LIB_DEPENDS= libshp.so:${PORTSDIR}/devel/shapelib \ + libtcl${TCLVERSION:S/.//}.so:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} TCLVERSION?= 8.4 PLIST_SUB= TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION} |