aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-12-10 22:05:21 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-12-10 22:05:21 +0000
commit4fdf47149a7c757b55d95bf5665d09687f3d84aa (patch)
tree400afecc871e5a4a0df8a2973f0b7717a19a3426 /x11-toolkits/gnustep-back
parent96f87c1c984ec4c732c5096afe4ee614f6f278ec (diff)
downloadports-4fdf47149a7c757b55d95bf5665d09687f3d84aa.tar.gz
ports-4fdf47149a7c757b55d95bf5665d09687f3d84aa.zip
Notes
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 4d7d2bfb0a62..43c9bea7bf8c 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -61,6 +61,14 @@ PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment "
.include <bsd.port.pre.mk>
+.if defined(WITH_GNUSTEP_DEVEL)
+TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_OBJC_PORT} && make -V TARGLIB)
+
+ADDITIONAL_LDFLAGS+= -L${TARGLIB}
+MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}"
+MAKE_FLAGS+= messages=yes
+.endif
+
.if ${OSVERSION} < 500000
ADDITIONAL_LDFLAGS+= -L/usr/lib -lcipher
MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}"