diff options
author | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
commit | e525650d57c64ed0d063922256be9d4729b94bf6 (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /x11/gtk/Makefile | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r-- | x11/gtk/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 5fc3b5a1090..5f0d64d75f4 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2002/10/19 10:55:02 rh Exp $ +# $NetBSD: Makefile,v 1.77 2002/10/30 03:09:39 rh Exp $ DISTNAME= gtk+-1.2.10 PKGREVISION= 3 @@ -16,10 +16,12 @@ BUILD_USES_MSGFMT= yes USE_BUILDLINK2= yes USE_PERL5= build -USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_X11BASE= yes USE_GMAKE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +PKGCONFIG_OVERRIDE= ${WRKSRC}/gdk.pc.in +PKGCONFIG_OVERRIDE+= ${WRKSRC}/gtk+.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xinput=xfree \ |