aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pgplot/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-03-07 04:54:44 +0800
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-03-07 04:54:44 +0800
commitaf844213db91e60e8a578368423f8eaeeff2d090 (patch)
tree0b8d2289ac31900417ae3a99900d7f3c5c56c5f7 /graphics/pgplot/Makefile
parent3885f97a9673d30fe7a2f4f9f2d12744074364e8 (diff)
downloadfreebsd-ports-af844213db91e60e8a578368423f8eaeeff2d090.tar.gz
freebsd-ports-af844213db91e60e8a578368423f8eaeeff2d090.tar.zst
freebsd-ports-af844213db91e60e8a578368423f8eaeeff2d090.zip
Upgrade to version 5.2.2 (the distfile still has version 5.2)
Add a lib depend on png since this version has a png driver. Fix minors bugs in Makefile.demo
Notes
Notes: svn path=/head/; revision=39151
Diffstat (limited to 'graphics/pgplot/Makefile')
-rw-r--r--graphics/pgplot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index 23fc7b658cc5..1749fdf890e2 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= pgplot
-PORTVERSION= 5.2
+PORTVERSION= 5.2.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/
-DISTNAME= ${PORTNAME}${PORTVERSION}
+DISTNAME= ${PORTNAME}5.2
MAINTAINER= jmz@FreeBSD.org
+LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
USE_XLIB= yes
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/pgplot