diff options
author | snj <snj@pkgsrc.org> | 2004-02-28 21:32:37 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-28 21:32:37 +0000 |
commit | 2e91c9573b75dda62f0066004fa299bdeb0649a3 (patch) | |
tree | c871d745cd1aefadcf993b42497be0d0102f6ef1 /archivers/xpk | |
parent | 4955d710f6b4030a1e77bc5df765148336b1ba23 (diff) | |
download | pkgsrc-2e91c9573b75dda62f0066004fa299bdeb0649a3.tar.gz |
Nuke LTCONFIG_OVERRIDE.
Diffstat (limited to 'archivers/xpk')
-rw-r--r-- | archivers/xpk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile index b4411b0b5b2..38e851d16d6 100644 --- a/archivers/xpk/Makefile +++ b/archivers/xpk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/29 13:14:47 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/28 21:32:37 snj Exp $ # FreeBSD Id: ports/archivers/xpk/Makefile,v 1.7 2002/10/18 07:58:00 adamw Exp DISTNAME= xpk-0.1.4 @@ -15,6 +15,5 @@ USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |