diff options
author | obache <obache@pkgsrc.org> | 2007-04-15 15:42:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-15 15:42:53 +0000 |
commit | 158b95b6bf91e00ced02688061468d15487f1d3f (patch) | |
tree | 35f78b01a6923ba3e0b5a6e0f2818cbeec404551 /print/libgnomecups | |
parent | de56f84e64e05127c909ce3b6c4eb7a7a880ca90 (diff) | |
download | pkgsrc-158b95b6bf91e00ced02688061468d15487f1d3f.tar.gz |
Need USE_PKGLOCAKEDIR, pointed out in PR 29966.
Bump PKGREVISION.
Diffstat (limited to 'print/libgnomecups')
-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 |