diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:49 +0000 |
commit | 3ebe053d9093dc5bc69b3f7a9359819e02edac4f (patch) | |
tree | fda78a130b1b3c39c8fedb7ab038d97acccd27a7 /x11/gtk2 | |
parent | 438e62ccd733217e04059253e6f01d80ba2adfc1 (diff) | |
download | pkgsrc-3ebe053d9093dc5bc69b3f7a9359819e02edac4f.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 5342258e932..32f46a64503 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2004/02/10 02:04:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.42 2004/02/14 17:21:56 jlam Exp $ # DISTNAME= gtk+-2.2.4 @@ -20,6 +20,7 @@ USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_X11= yes USE_GNU_TOOLS+= make +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xinput=xfree @@ -31,8 +32,6 @@ CONFIGURE_ENV+= ac_cv_lib_Xinerama_XineramaQueryExtension=no MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" TEST_TARGET= check -USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/gdk-2.0.pc.in PKGCONFIG_OVERRIDE+= ${WRKSRC}/gtk+-2.0.pc.in PKGCONFIG_OVERRIDE+= ${WRKSRC}/gdk-pixbuf-2.0.pc.in |