aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-gui
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-02 03:51:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-02 03:51:18 +0000
commit0e54aadc861bd526427fde59d97a6e3af731a57b (patch)
tree78c17a9b1397eb313a3f831d4d78b4a53df376d1 /x11-toolkits/gnustep-gui
parent9454485a8c2e5d3cd50fcff7c1c7b95b2c01b927 (diff)
downloadports-0e54aadc861bd526427fde59d97a6e3af731a57b.tar.gz
ports-0e54aadc861bd526427fde59d97a6e3af731a57b.zip
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index ec00e890c44b..47f62229afb4 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -94,4 +94,8 @@ do-install:
@(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 500030
+CONFIGURE_ARGS+= --disable-gsnd
+.endif
.include <bsd.port.post.mk>