diff options
author | grant <grant> | 2003-02-10 02:27:10 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-10 02:27:10 +0000 |
commit | afbb3719b664c4010ff380b7a6e670a209e3872f (patch) | |
tree | 5d670627b4e9fe8caf4abbadb43189ffbd00408d /net | |
parent | ad6c9d50af054ade607555d7a6ab7da159d70f90 (diff) | |
download | pkgsrc-afbb3719b664c4010ff380b7a6e670a209e3872f.tar.gz |
use buildlink2 and gmake, allows this to build correctly on darwin
and probably others.
Diffstat (limited to 'net')
-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" |