diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-06 10:58:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-06 10:58:56 +0000 |
commit | 7d97eaa30c9006c315e70485dc450fda9fae1ddd (patch) | |
tree | cc142a78eda2e9218e9492c79797e95a5c395faa /print/libgnomeprint | |
parent | 63db132ea7f328fea964cc5cef73d02c17b647dd (diff) | |
download | pkgsrc-7d97eaa30c9006c315e70485dc450fda9fae1ddd.tar.gz |
DESTDIR support. Remove explicit x11 include.
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 4ae65ae6d21..da6005beca9 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -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 @@ MAINTAINER= jmmv@NetBSD.org 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 @@ PRINT_PLIST_AWK+= /cups/ { print "$${USE_CUPS}" $$0; next; } .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" |