summaryrefslogtreecommitdiff
path: root/graphics/plotutils
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-31 17:28:11 +0000
committerjlam <jlam>2006-03-31 17:28:11 +0000
commitf266e988a9fcae92d14a3dc81a8be627368db48d (patch)
treea7771a68095194c76d325e52919c44e6fa375e04 /graphics/plotutils
parentd49faec8f4be44f46334334bdc2a61a795ae26ee (diff)
downloadpkgsrc-f266e988a9fcae92d14a3dc81a8be627368db48d.tar.gz
Drop LTCONFIG_OVERRIDE... USE_LIBTOOL takes care of replacing libtool
already.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r--graphics/plotutils/Makefile6
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"