diff options
author | jmz <jmz@FreeBSD.org> | 2001-03-06 20:54:44 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-03-06 20:54:44 +0000 |
commit | 78ac2b429e5343bcdd328492c6a8591aac9e6a1b (patch) | |
tree | 21585e7cb6e72350519878119f2202c8293d56fe /graphics/pgplot/Makefile | |
parent | 0f0541598fa112402c2744848c815fa7cf0db2c3 (diff) | |
download | FreeBSD-ports-78ac2b429e5343bcdd328492c6a8591aac9e6a1b.zip FreeBSD-ports-78ac2b429e5343bcdd328492c6a8591aac9e6a1b.tar.gz |
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
Diffstat (limited to 'graphics/pgplot/Makefile')
-rw-r--r-- | graphics/pgplot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 23fc7b6..1749fdf 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 |