diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 08:22:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 08:22:54 +0000 |
commit | 4166c7cf95d2e6264f7d2572eafe37744fb99e05 (patch) | |
tree | ac330ed9fe93e75bb6bba96dd0bb2a1b44c2448e /graphics/pgplot | |
parent | b8bdf9830980d47a985772c953e7f17825e321c8 (diff) | |
download | ports-4166c7cf95d2e6264f7d2572eafe37744fb99e05.tar.gz ports-4166c7cf95d2e6264f7d2572eafe37744fb99e05.zip |
Notes
Diffstat (limited to 'graphics/pgplot')
-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 01fb1b1b6e99..594e2b810b4b 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -3,7 +3,7 @@ # Date created: 21 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.7 1998/11/11 05:37:21 asami Exp $ +# $Id: Makefile,v 1.8 1998/12/05 02:25:45 jmz Exp $ # DISTNAME= pgplot5.2 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://astro.caltech.edu/pub/pgplot/ MAINTAINER= jmz@FreeBSD.org +USE_XLIB= yes WRKSRC= ${WRKDIR}/pgplot .include <bsd.port.pre.mk> |