diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
commit | 2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /math/ploticus | |
parent | 92158ef1a1b16aa6f359266ab3492fc06838b525 (diff) | |
download | freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.zst freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'math/ploticus')
-rw-r--r-- | math/ploticus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index e8f34ba3cddb..f5a56d9e79d0 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -11,10 +11,10 @@ DISTNAME= pl${PORTVERSION:S/.//}src MAINTAINER?= linimon@FreeBSD.org COMMENT?= Generates plots and graphs from data -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ - jpeg:${PORTSDIR}/graphics/jpeg \ - ming:${PORTSDIR}/graphics/ming \ - png15:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libming.so:${PORTSDIR}/graphics/ming \ + libpng15.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_WRKSRC= ${WRKSRC}/src |