diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 23:48:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 23:48:22 +0000 |
commit | f3a6c6397a432b7e7c4f7b44038b9f9594b79287 (patch) | |
tree | e35cf074e0879b8e51fd8fb732d15143b50e0c09 /games | |
parent | c7a23ccb6b4d1d287d63bddd75b0624841b65d2d (diff) | |
download | pkgsrc-f3a6c6397a432b7e7c4f7b44038b9f9594b79287.tar.gz |
Remove unnecessary LTCONFIG_OVERRIDE.
Diffstat (limited to 'games')
-rw-r--r-- | games/knights/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |