pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rdesktop DESTDIR support and switch to modular DES...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3830b236897
branches:  trunk
changeset: 521184:e3830b236897
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 06 11:00:24 2006 +0000

description:
DESTDIR support and switch to modular DESTDIR.

diffstat:

 net/rdesktop/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0c24a43b8fe0 -r e3830b236897 net/rdesktop/Makefile
--- a/net/rdesktop/Makefile     Mon Nov 06 10:59:52 2006 +0000
+++ b/net/rdesktop/Makefile     Mon Nov 06 11:00:24 2006 +0000
@@ -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 @@
 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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index