diff options
author | grant <grant@pkgsrc.org> | 2003-02-10 02:27:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-10 02:27:10 +0000 |
commit | 57f5e257c551bda3f5e6a28c18409f79e61e9b0c (patch) | |
tree | 5d670627b4e9fe8caf4abbadb43189ffbd00408d /net/rdesktop/Makefile | |
parent | ad62e3602344a03b48a1b2a6dadf350ad4d9e945 (diff) | |
download | pkgsrc-57f5e257c551bda3f5e6a28c18409f79e61e9b0c.tar.gz |
use buildlink2 and gmake, allows this to build correctly on darwin
and probably others.
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 96890528b76..dcda0844e95 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/07/25 02:48:47 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/10 02:27:10 grant Exp $ # DISTNAME= rdesktop-1.1.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} @@ -9,12 +10,14 @@ MAINTAINER= grant@netbsd.org HOMEPAGE= http://www.rdesktop.org/ COMMENT= Open-source Remote Desktop Protocol client -HAS_CONFIGURE= yes +USE_GMAKE= YES +USE_BUILDLINK2= YES +HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${LOCALBASE} ALL_TARGET= rdesktop -USE_X11= yes +USE_X11= YES .include "../../mk/bsd.prefs.mk" |