diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 08:22:54 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 08:22:54 +0000 |
commit | c1eaea6f321cd684b31d3858cdbd0d714804afbd (patch) | |
tree | b35ad4ba7010a95e21dcc2ae873711d5daa1c42b /graphics/pgplot/Makefile | |
parent | 1a05cd094321d5d2c2f6d332078e7777782a9b42 (diff) | |
download | FreeBSD-ports-c1eaea6f321cd684b31d3858cdbd0d714804afbd.zip FreeBSD-ports-c1eaea6f321cd684b31d3858cdbd0d714804afbd.tar.gz |
Add USE_XLIB.
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 01fb1b1..594e2b8 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> |