diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 09:51:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 09:51:51 +0000 |
commit | 3ab90d3e9333e66e4807473cdeb09e8ee6da93c1 (patch) | |
tree | e7240cfae18801634c4202cb9ffc57c19a88f53d /net | |
parent | 491df6a4f1a6deed31e01d047d1a9f13a38f0b7c (diff) | |
download | pkgsrc-3ab90d3e9333e66e4807473cdeb09e8ee6da93c1.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'net')
-rw-r--r-- | net/rdesktop10/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/rdesktop10/Makefile b/net/rdesktop10/Makefile index d4365ae4d96..4dfaf6d6205 100644 --- a/net/rdesktop10/Makefile +++ b/net/rdesktop10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/23 03:12:25 grant Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/25 10:12:37 wiz Exp $ # DISTNAME= rdesktop-1.0.0-pl19-8-0 @@ -11,7 +11,9 @@ MAINTAINER= grant@netbsd.org HOMEPAGE= http://www.rdesktop.org/ COMMENT= Open-source Remote Desktop Protocol client +USE_BUILDLINK2= yes USE_GMAKE= yes +USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${LOCALBASE} CONFIGURE_ARGS+= --with-openssl @@ -19,7 +21,5 @@ CONFIGURE_ARGS+= --with-openssl CFLAGS+= -Icrypto LDFLAGS+= -lcrypto -USE_X11= yes - -.include "../../security/openssl/buildlink.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |