diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2008-02-20 11:30:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2008-02-20 11:30:20 +0000 |
commit | 7f5cc9c7be7a0737760a598490dfca4fde306a48 (patch) | |
tree | 28b25bd13c9f1eb309d235b588bc02c7092bd945 /x11 | |
parent | 11d3205a01ec5df7ecd163a6f14b0bdaa9d94ee3 (diff) | |
download | pkgsrc-7f5cc9c7be7a0737760a598490dfca4fde306a48.tar.gz |
Fix PKGCONFIG_OVERRIDE.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtksourceview2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtksourceview2/Makefile b/x11/gtksourceview2/Makefile index bf8713a19d3..399bb0c1509 100644 --- a/x11/gtksourceview2/Makefile +++ b/x11/gtksourceview2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/02/20 11:23:41 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2008/02/20 11:30:20 xtraeme Exp $ # DISTNAME= gtksourceview-${DISTVER} @@ -17,7 +17,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt perl pkg-config -PKGCONFIG_OVERRIDE= gtksourceview-1.0.pc.in +PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in CONFIGURE_ARGS+= --disable-build-tests |