diff options
author | jlam <jlam> | 2006-03-31 17:28:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-31 17:28:11 +0000 |
commit | d227f4e3ab4e3971502af4a03bea98ca4779effd (patch) | |
tree | a7771a68095194c76d325e52919c44e6fa375e04 /graphics/plotutils | |
parent | 0b18580f34898ba86eeb5d1c239b2c829bf88fc0 (diff) | |
download | pkgsrc-d227f4e3ab4e3971502af4a03bea98ca4779effd.tar.gz |
Drop LTCONFIG_OVERRIDE... USE_LIBTOOL takes care of replacing libtool
already.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 349ed7b93c5..298b9879fa9 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/02/05 23:09:37 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2006/03/31 17:28:11 jlam Exp $ # DISTNAME= plotutils-2.4.1 @@ -18,12 +18,10 @@ USE_LANGUAGES= c c++ INFO_FILES= plotutils.info +USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-libplotter -USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig - .include "../../graphics/png/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |