summaryrefslogtreecommitdiff
path: root/graphics/pgplot
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-22 08:22:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-22 08:22:54 +0000
commit4166c7cf95d2e6264f7d2572eafe37744fb99e05 (patch)
treeac330ed9fe93e75bb6bba96dd0bb2a1b44c2448e /graphics/pgplot
parentgtk11 library is called gtk11, not gtk. (diff)
Add USE_XLIB.
Notes
Notes: svn path=/head/; revision=15487
Diffstat (limited to 'graphics/pgplot')
-rw-r--r--graphics/pgplot/Makefile3
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>