diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-02 03:51:18 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-02 03:51:18 +0000 |
commit | 59399a2b9f700e293098c240c90f1b1c11c751e9 (patch) | |
tree | 612cc29de5b3fdbccafcda8ebfb67d63c2639759 /x11-toolkits | |
parent | fce9211140ec8a642144036de5562c352b8a1355 (diff) | |
download | FreeBSD-ports-59399a2b9f700e293098c240c90f1b1c11c751e9.zip FreeBSD-ports-59399a2b9f700e293098c240c90f1b1c11c751e9.tar.gz |
Fix build on beto: drop sound support on CURRENT
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index ec00e89..47f6222 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> |