diff options
author | jmz <jmz@FreeBSD.org> | 2004-02-17 00:31:55 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-02-17 00:31:55 +0000 |
commit | 0e8b2c58c6d6393649ea09e27a5e32ceaa155e4c (patch) | |
tree | 94924e66f5d561207ace0e475ee077cd988df865 /graphics/pgplot/Makefile | |
parent | 0a8386a7f640f6b86a36b985d8230f6cf9696b8d (diff) | |
download | FreeBSD-ports-0e8b2c58c6d6393649ea09e27a5e32ceaa155e4c.zip FreeBSD-ports-0e8b2c58c6d6393649ea09e27a5e32ceaa155e4c.tar.gz |
This port requires perl to build.
Diffstat (limited to 'graphics/pgplot/Makefile')
-rw-r--r-- | graphics/pgplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 2379e05..4d99df9 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgplot PORTVERSION= 5.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/ DISTNAME= ${PORTNAME}${PORTVERSION:R} @@ -17,6 +17,7 @@ COMMENT= A C/FORTRAN library for drawing graphs on a variety of display devices LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_XLIB= yes +USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME} |