diff options
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index e7b4c8a2b8a..258adfbb4dd 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2003/11/20 04:46:08 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/11/22 03:34:51 grant Exp $ # DISTNAME= rdesktop-1.3.0 -CATEGORIES= net +PKGREVISION= 1 WRKSRC= ${WRKDIR}/rdesktop +CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} MAINTAINER= grant@NetBSD.org @@ -17,6 +18,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ARGS+= --with-x=${X11BASE} CONFIGURE_ARGS+= --with-openssl=${SSLBASE} +CFLAGS+= -DAUDIO_DEV='\"${DEVOSSAUDIO}\"' LDFLAGS+= ${LIBOSSAUDIO} .include "../../security/openssl/buildlink2.mk" |