diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 20:43:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 20:43:13 +0800 |
commit | 63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2 (patch) | |
tree | 1192ccd4bb2724833518c7a912f03e792fe34b80 /math/gnuplot | |
parent | fbcd9d32ca81ab29c4255c9b0015c3f4f4e61529 (diff) | |
download | freebsd-ports-gnome-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.tar.gz freebsd-ports-gnome-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.tar.zst freebsd-ports-gnome-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.zip |
More missing dependencies.
Diffstat (limited to 'math/gnuplot')
-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} \ |