diff options
-rw-r--r-- | fonts/t1lib/Makefile | 3 | ||||
-rw-r--r-- | games/knights/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 754f6eb523f..dacdc93da6a 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:14:42 tv Exp $ +# $NetBSD: Makefile,v 1.17 2004/11/22 23:48:22 wiz Exp $ # DISTNAME= t1lib-5.0.2 @@ -18,7 +18,6 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ac-tools/ltconfig ALL_TARGET= without_doc diff --git a/games/knights/Makefile b/games/knights/Makefile index 05d67877283..1e628188b84 100644 --- a/games/knights/Makefile +++ b/games/knights/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/10/03 00:14:45 tv Exp $ +# $NetBSD: Makefile,v 1.18 2004/11/22 23:49:41 wiz Exp $ DISTNAME= knights-0.4.6 PKGREVISION= 7 @@ -13,7 +13,6 @@ USE_BUILDLINK3= YES USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig MEINPROC= ${BUILDLINK_PREFIX.kdelibs2}/bin/meinproc DOCDIR= ${PREFIX}/share/doc/kde/HTML/en/knights |