diff options
author | jlam <jlam> | 2004-02-14 17:21:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-14 17:21:32 +0000 |
commit | c46da24c142eef5eab634a945d7e1d201115cb8b (patch) | |
tree | f363875d965b55b56e856a921189b2693e263e28 /fonts | |
parent | 3edd1034586f43044621b6199d089c2117f97947 (diff) | |
download | pkgsrc-c46da24c142eef5eab634a945d7e1d201115cb8b.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 'fonts')
-rw-r--r-- | fonts/Xft2/Makefile | 3 | ||||
-rw-r--r-- | fonts/fontconfig/Makefile | 3 | ||||
-rw-r--r-- | fonts/gucharmap/Makefile | 3 | ||||
-rw-r--r-- | fonts/pfaedit/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 8dfcf60b19b..2e05d6d24af 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/02/09 04:17:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2004/02/14 17:21:40 jlam Exp $ # DISTNAME= xft-2.1.2 @@ -23,7 +23,6 @@ USE_X11= YES USE_GNU_TOOLS+= awk PKGCONFIG_OVERRIDE= ${WRKSRC}/xft.pc.in -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool MAKE_ENV+= EGREP="${EGREP}" BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2 diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 6824995096f..dc65dd95efd 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/12 20:52:55 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/14 17:21:40 jlam Exp $ # DISTNAME= fontconfig-2.2.1 @@ -22,7 +22,6 @@ USE_LIBTOOL= YES USE_PKGINSTALL= YES USE_GNU_TOOLS+= make -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/fontconfig.pc.in PKG_SYSCONFSUBDIR= fontconfig diff --git a/fonts/gucharmap/Makefile b/fonts/gucharmap/Makefile index dc4d8717836..8fac2e780eb 100644 --- a/fonts/gucharmap/Makefile +++ b/fonts/gucharmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/09 18:47:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:40 jlam Exp $ # DISTNAME= gucharmap-1.2.0 @@ -21,7 +21,6 @@ USE_LIBTOOL= yes USE_X11= yes GNU_CONFIGURE= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE+= ${WRKSRC}/gucharmap.pc.in .include "../../devel/libgnomeui/buildlink2.mk" diff --git a/fonts/pfaedit/Makefile b/fonts/pfaedit/Makefile index 5fceaf41148..9266ec20d12 100644 --- a/fonts/pfaedit/Makefile +++ b/fonts/pfaedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/22 08:38:29 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/14 17:21:40 jlam Exp $ # DISTNAME= pfaedit_full-${VERSION} @@ -16,7 +16,6 @@ VERSION= 040102 WRKSRC= ${WRKDIR}/pfaedit-${VERSION} USE_GNU_TOOLS+= make USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_X11= YES |