From a8ee12a1ebb3dd1d4ad54d576fa75c4010dc945a Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Mon, 10 Mar 2008 17:52:15 +0000 Subject: [PATCH] - Remove USE_XLIB in favor of USE_XORG - Fix OPTIONS Approved by: miwi (mentor) --- math/oleo/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 0364e3b898db..5cb73200f7bb 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -28,14 +28,16 @@ PORTDOCS= AUTHORS FAQ OPTIONS= MOTIF "Motif support" off \ NLS "NLS support" on -.if defined(WITH_MOTIF) +.include + +.if !defined(WITHOUT_MOTIF) LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \ Xbae:${PORTSDIR}/x11-toolkits/xbae \ XmHTML:${PORTSDIR}/x11-toolkits/xmhtml USE_MOTIF= yes CONFIGURE_ARGS+= --with-motif .else -USE_XLIB= yes +USE_XORG= xt ice sm CONFIGURE_ARGS+= --without-motif .endif @@ -66,4 +68,4 @@ pre-build: && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} .endfor -.include +.include