diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-06 20:54:44 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-06 20:54:44 +0000 |
commit | af844213db91e60e8a578368423f8eaeeff2d090 (patch) | |
tree | 0b8d2289ac31900417ae3a99900d7f3c5c56c5f7 /graphics/pgplot/Makefile | |
parent | 3885f97a9673d30fe7a2f4f9f2d12744074364e8 (diff) |
Notes
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 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 |