diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
commit | b83d7bf933421ec67d43832596ab3f5cf5a33532 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /math/ploticus | |
parent | a851269bfa4538b5ba537c3f91e9eca1a5553fc6 (diff) | |
download | ports-b83d7bf933421ec67d43832596ab3f5cf5a33532.tar.gz ports-b83d7bf933421ec67d43832596ab3f5cf5a33532.zip |
Notes
Diffstat (limited to 'math/ploticus')
-rw-r--r-- | math/ploticus/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index c711fdde304b..fd62ce49f9ae 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -8,7 +8,7 @@ PORTNAME= ploticus PORTVERSION= 2.40 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src @@ -16,11 +16,11 @@ DISTNAME= pl${PORTVERSION:S/.//}src MAINTAINER?= linimon@FreeBSD.org COMMENT?= Generates plots and graphs from data -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - ming.5:${PORTSDIR}/graphics/ming \ +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ + jpeg:${PORTSDIR}/graphics/jpeg \ + ming:${PORTSDIR}/graphics/ming \ png15:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype:${PORTSDIR}/print/freetype2 BUILD_WRKSRC= ${WRKSRC}/src |