. Restore correct OPTIONS handling broken in 4.2.0 update.

Pointy hat to:	glewis
This commit is contained in:
Greg Lewis 2007-04-14 06:42:34 +00:00
parent f5858b7780
commit 83738685d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189938

View file

@ -33,6 +33,8 @@ OPTIONS= GD "Enable GD support" on \
MAN1= gnuplot.1 lasergnu.1
INFO= gnuplot
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_X11)
USE_XLIB= yes
PLIST_SUB+= X11=""
@ -84,4 +86,4 @@ post-install:
cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${DOCSDIR}/psdoc
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>