diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 5e0762a9564e268d4b9082c6548617a78306a15a (patch) | |
tree | 26fbb7dc3029f5ab0e53731f050deadcaac8f40f /math | |
parent | fce6571b9b5fb9d0680de83eb6139b8903708bb0 (diff) | |
download | ports-5e0762a9564e268d4b9082c6548617a78306a15a.tar.gz ports-5e0762a9564e268d4b9082c6548617a78306a15a.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 913c35fe8fdd..91c67398013e 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: chuckr # -# $Id: Makefile,v 1.18 1998/09/15 11:57:46 asami Exp $ +# $Id: Makefile,v 1.19 1998/09/17 00:50:50 asami Exp $ # DISTNAME= gnuplot-beta340 @@ -16,6 +16,7 @@ MAINTAINER= chuckr@FreeBSD.org LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png BUILD_DEPENDS= $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd +USE_XLIB= yes WRKSRC= ${WRKDIR}/gnuplot GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ |