diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-06-26 21:11:16 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-06-26 21:11:16 +0000 |
| commit | 75de1f6dd9630d0e4ca03d582b8d5492dcb0b257 (patch) | |
| tree | 9e17420e440e40d61afa8f257cc76480cf4793e7 /graphics/pgplot/Makefile | |
| parent | 88f263f5c04bb0bf122e69c2b4cf5ec8cd984635 (diff) | |
Notes
Diffstat (limited to 'graphics/pgplot/Makefile')
| -rw-r--r-- | graphics/pgplot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 1749fdf890e2..f9a12f7a8f02 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -7,16 +7,17 @@ PORTNAME= pgplot PORTVERSION= 5.2.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/ -DISTNAME= ${PORTNAME}5.2 +DISTNAME= ${PORTNAME}${PORTVERSION:R} MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png USE_XLIB= yes INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/pgplot +WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.pre.mk> @@ -33,6 +34,7 @@ FC= f77 .endif MAKE_ENV+= FC=${FC} +MAKE_ARGS+= X11BASE="${X11BASE}" post-install: .for f in libcpgplot.so libpgplot.so |
