diff options
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 4df8a711f3e..d3d7c593370 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2015/02/14 13:16:39 bad Exp $ +# $NetBSD: Makefile,v 1.46 2016/02/25 16:20:52 jperkin Exp $ DISTNAME= rdesktop-1.8.3 CATEGORIES= net @@ -26,9 +26,7 @@ SUBST_MESSAGE.audio= Fixing hardcoded audio device. .include "options.mk" -.if ${OPSYS} == "NetBSD" -CONFIGURE_ARGS+= --with-sound=oss -.endif +CONFIGURE_ARGS.NetBSD+= --with-sound=oss .if ${OPSYS} == "Linux" CONFIGURE_ARGS+= --with-sound=alsa |