summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnustep-gui
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-12-02 05:03:13 +0000
committerdinoex <dinoex@FreeBSD.org>2002-12-02 05:03:13 +0000
commit5ee16589e836ff4ad8b7a7cc1c539fc67ca71829 (patch)
tree0641e1abb6f39017066c5e5c337e146f17c3886a /x11-toolkits/gnustep-gui
parent302b82ad053fd6d710829c6ac45c36d37b62e251 (diff)
downloadFreeBSD-ports-5ee16589e836ff4ad8b7a7cc1c539fc67ca71829.zip
FreeBSD-ports-5ee16589e836ff4ad8b7a7cc1c539fc67ca71829.tar.gz
add missing check for GNUSTEP_GUI_DEVEL
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 47f6222..bae740e 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -95,7 +95,9 @@ do-install:
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.pre.mk>
+.if defined(GNUSTEP_GUI_DEVEL)
.if ${OSVERSION} > 500030
CONFIGURE_ARGS+= --disable-gsnd
.endif
+.endif
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud