diff options
author | wiz <wiz> | 2002-10-25 09:51:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-25 09:51:51 +0000 |
commit | 0daacf6e6a6c2c4f1e77ed1d57e1c55459b4e0d9 (patch) | |
tree | e7240cfae18801634c4202cb9ffc57c19a88f53d /net/rdesktop10 | |
parent | 8a7bbef992426b1be7194fbe2a207d9c94616e97 (diff) | |
download | pkgsrc-0daacf6e6a6c2c4f1e77ed1d57e1c55459b4e0d9.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'net/rdesktop10')
-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" |