pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/libgnomeprint DESTDIR support. Remove explicit x...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/168eec4f33be
branches:  trunk
changeset: 521182:168eec4f33be
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 06 10:58:56 2006 +0000

description:
DESTDIR support. Remove explicit x11 include.

diffstat:

 print/libgnomeprint/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 651e58647fca -r 168eec4f33be print/libgnomeprint/Makefile
--- a/print/libgnomeprint/Makefile      Mon Nov 06 10:51:51 2006 +0000
+++ b/print/libgnomeprint/Makefile      Mon Nov 06 10:58:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2006/07/05 05:37:44 jlam Exp $
+# $NetBSD: Makefile,v 1.54 2006/11/06 10:58:56 joerg Exp $
 #
 
 DISTNAME=      libgnomeprint-2.12.1
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.levien.com/gnome/print-arch.html
 COMMENT=       Library for the GNOME2 Printing Architecture
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_TOOLS+=            bison gmake intltool msgfmt pkg-config
 USE_PKGLOCALEDIR=      YES
 USE_LIBTOOL=           YES
@@ -55,5 +57,4 @@
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/libart2/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index