1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

USE_XLIB -> USE_XORG

Approved by:	maintainer
This commit is contained in:
Dag-Erling Smørgrav 2008-03-17 16:00:13 +00:00
parent 45ad903d96
commit 545d8d2184
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209216

View File

@ -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