summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-06 12:26:53 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-06 12:26:53 +0000
commitee5363383f4bb3213a4c8774717a7491cd20736d (patch)
treef402fb8f2021c400fa94ec2b6f30071a63266f7e /net/rdesktop
parentf74184072d0a8df11b56ff412f0fc5a3fdfb3865 (diff)
downloadpkgsrc-ee5363383f4bb3213a4c8774717a7491cd20736d.tar.gz
bl3ify
Diffstat (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index ebbe9cc5671..f16097eb1c9 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/24 14:01:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/06 12:26:53 xtraeme Exp $
#
DISTNAME= rdesktop-1.3.1
@@ -9,7 +9,7 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.rdesktop.org/
COMMENT= Open-source Remote Desktop Protocol client
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
@@ -19,6 +19,6 @@ CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CFLAGS+= -DAUDIO_DEV=\"\\\"${DEVOSSAUDIO}\\\"\"
LDFLAGS+= ${LIBOSSAUDIO}
-.include "../../security/openssl/buildlink2.mk"
-.include "../../mk/ossaudio.buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"