diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-03-17 16:00:13 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-03-17 16:00:13 +0000 |
commit | 545d8d21842be8ebf59089a09890c6b4c958ee24 (patch) | |
tree | 00ab04c14aab8fe42e0189b68fc34e8df54770a4 /math/gnuplot | |
parent | 45ad903d968b5d9d28bc8de34f4564829013099e (diff) | |
download | ports-545d8d21842be8ebf59089a09890c6b4c958ee24.tar.gz ports-545d8d21842be8ebf59089a09890c6b4c958ee24.zip |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 3134458ee8ec..7dffd759f253 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnuplot PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +37,7 @@ INFO= gnuplot .include <bsd.port.pre.mk> .if !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XORG= x11 PLIST_SUB+= X11="" .else CONFIGURE_ARGS+= --without-x @@ -64,6 +65,7 @@ CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} .if defined(WITHOUT_PLOT) CONFIGURE_ARGS+= --without-plot .else +USE_XORG+= xaw xmu xt xext LIB_DEPENDS+= plot.4:${PORTSDIR}/graphics/plotutils CONFIGURE_ARGS+= --with-plot=${LOCALBASE} .endif |