summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-06 12:26:53 +0000
committerxtraeme <xtraeme>2004-03-06 12:26:53 +0000
commit5dee8dbb6473683bf59afa045706164f45074e7f (patch)
treef402fb8f2021c400fa94ec2b6f30071a63266f7e
parent398e1ee8bc93e6fe5a3b8a22294f26adca00ed26 (diff)
downloadpkgsrc-5dee8dbb6473683bf59afa045706164f45074e7f.tar.gz
bl3ify
-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"