summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-06 11:00:24 +0000
committerjoerg <joerg>2006-11-06 11:00:24 +0000
commit6e04e41676378c4c6c183741b94fd3e90866bbfb (patch)
tree92f6e95fa1d3dd0297cef755574268c25a0ee8c8 /net
parent84e18713d1cbe0274a1bf7c70d881e82df28bdba (diff)
downloadpkgsrc-6e04e41676378c4c6c183741b94fd3e90866bbfb.tar.gz
DESTDIR support and switch to modular DESTDIR.
Diffstat (limited to 'net')
-rw-r--r--net/rdesktop/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index b39b2af291b..ec8536d94d1 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/04/22 09:22:12 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2006/11/06 11:00:24 joerg Exp $
#
DISTNAME= rdesktop-1.4.1
@@ -10,6 +10,8 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.rdesktop.org/
COMMENT= Open-source Remote Desktop Protocol client
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-x=${X11BASE:Q}
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
@@ -24,5 +26,6 @@ SUBST_MESSAGE.audio= Fixing hardcoded audio device.
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"