summaryrefslogtreecommitdiff
path: root/x11/etoile-xwindowserverkit
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-13 10:55:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-13 10:55:37 +0000
commita2990535603a807b66276e23c684167b1776fde0 (patch)
tree93188b78aed8b1ba643dc1c99524dafaa750cd2f /x11/etoile-xwindowserverkit
parent- change default for PGADMDIR (diff)
- use new macros
Notes
Notes: svn path=/head/; revision=182292
Diffstat (limited to 'x11/etoile-xwindowserverkit')
-rw-r--r--x11/etoile-xwindowserverkit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/etoile-xwindowserverkit/Makefile b/x11/etoile-xwindowserverkit/Makefile
index 001524ef6c23..366f1ae77698 100644
--- a/x11/etoile-xwindowserverkit/Makefile
+++ b/x11/etoile-xwindowserverkit/Makefile
@@ -23,13 +23,13 @@ USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-USE_GNUSTEP_LDCONFIG= ${SYSLIBDIR}
+USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
SNAPSHOT= 20061221
WRKSRC= ${WRKDIR}/Etoile/
USE_GNUSTEP_MAKE_DIRS+= Frameworks/XWindowServerKit
ADDITIONAL_OBJCFLAGS+= -I${X11BASE}/include
ADDITIONAL_LDFLAGS+= -L${X11BASE}/lib
-MAKE_ENV+= GNUSTEP_INSTALLATION_DIR="${SYSTEMDIR}"
+MAKE_ENV+= GNUSTEP_INSTALLATION_DIR="${GNUSTEP_SYSTEM_ROOT}"
.include <bsd.port.mk>