diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 17:28:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 17:28:11 +0000 |
commit | 858527fae4e1b40862012b4171a0364f9269c857 (patch) | |
tree | a7771a68095194c76d325e52919c44e6fa375e04 /graphics/plotutils-nox11 | |
parent | 11a4af36937dba73f14101e5e3af04d9b4ec2f27 (diff) | |
download | pkgsrc-858527fae4e1b40862012b4171a0364f9269c857.tar.gz |
Drop LTCONFIG_OVERRIDE... USE_LIBTOOL takes care of replacing libtool
already.
Diffstat (limited to 'graphics/plotutils-nox11')
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile index 1237d95893d..56022c693ed 100644 --- a/graphics/plotutils-nox11/Makefile +++ b/graphics/plotutils-nox11/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2005/05/22 22:06:28 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/31 17:28:11 jlam Exp $ # DISTNAME= plotutils-2.4.1 PKGNAME= ${DISTNAME:C/-/-nox11-/} -PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= devel graphics MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/} @@ -20,12 +20,10 @@ USE_LANGUAGES= c c++ INFO_FILES= plotutils.info +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-libplotter CONFIGURE_ARGS+= --without-x -USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig - .include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |