From 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 19 Apr 2008 17:56:05 +0000 Subject: - Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) --- math/xldlas/files/patch-aa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'math/xldlas/files/patch-aa') diff --git a/math/xldlas/files/patch-aa b/math/xldlas/files/patch-aa index a8cc4e74a7cf..6dacb936d663 100644 --- a/math/xldlas/files/patch-aa +++ b/math/xldlas/files/patch-aa @@ -9,14 +9,14 @@ -COMMONLIBS = -L/usr/X11R6/lib/ -lX11 -lm -SHAREDLIBS = -lforms -STATICLIBS = -lXpm /usr/X11R6/lib/libforms.a -+.if exists(${X11BASE}/include/X11/forms.h) -+XFORMSINC = -I${X11BASE}/include/X11 ++.if exists(${LOCALBASE}/include/X11/forms.h) ++XFORMSINC = -I${LOCALBASE}/include/X11 +.endif -+CCFLAG = $(CFLAGS) -DXFORMS86 -DPREFIX=\"$(PREFIX)\" -I$(X11BASE)/include ${XFORMSINC} ++CCFLAG = $(CFLAGS) -DXFORMS86 -DPREFIX=\"$(PREFIX)\" -I$(LOCALBASE)/include ${XFORMSINC} +#CC = gcc -+COMMONLIBS = -L$(X11BASE)/lib/ -lX11 -lm ++COMMONLIBS = -L$(LOCALBASE)/lib/ -lX11 -lm +SHAREDLIBS = -lforms -lXpm -+STATICLIBS = $(X11BASE)/lib/libxforms.a -lXpm ++STATICLIBS = $(LOCALBASE)/lib/libxforms.a -lXpm ECHO = echo RM = rm RMOPTS = -f -- cgit v1.2.3