diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-02 05:03:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-02 05:03:13 +0000 |
commit | f9992def0cc65f6d853cf87412b27c824e94a0bd (patch) | |
tree | e1e738d12f44435d1f109b95885bd5e3cd0c2b09 /x11-toolkits | |
parent | acf861feb26b6a52b1fc44855d8d7710a0add02c (diff) | |
download | ports-f9992def0cc65f6d853cf87412b27c824e94a0bd.tar.gz ports-f9992def0cc65f6d853cf87412b27c824e94a0bd.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 47f62229afb4..bae740ed1c3a 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> |