diff options
author | obache <obache> | 2007-04-15 15:42:53 +0000 |
---|---|---|
committer | obache <obache> | 2007-04-15 15:42:53 +0000 |
commit | 1c94da358185230d0c6f30fd4dea65533885060c (patch) | |
tree | 35f78b01a6923ba3e0b5a6e0f2818cbeec404551 /print | |
parent | a3461fd2603949e7319ffd97529f008469038f80 (diff) | |
download | pkgsrc-1c94da358185230d0c6f30fd4dea65533885060c.tar.gz |
Need USE_PKGLOCAKEDIR, pointed out in PR 29966.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomecups/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index 28c213ac2a1..1d43cad6ddd 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/07/05 05:37:44 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/04/15 15:42:53 obache Exp $ # DISTNAME= libgnomecups-0.2.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecups/0.2/} @@ -13,6 +13,7 @@ COMMENT= GNOME interface to CUPS USE_TOOLS+= intltool msgfmt pkg-config GNU_CONFIGURE= YES USE_LIBTOOL= YES +USE_PKGLOCALEDIR= YES PKGCONFIG_OVERRIDE= libgnomecups-1.0.pc.in |