pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Drop LTCONFIG_OVERRIDE... USE_LIBTOOL takes c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baea975d52b5
branches:  trunk
changeset: 510580:baea975d52b5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 31 17:28:11 2006 +0000

description:
Drop LTCONFIG_OVERRIDE... USE_LIBTOOL takes care of replacing libtool
already.

diffstat:

 graphics/plotutils-nox11/Makefile |  8 +++-----
 graphics/plotutils/Makefile       |  6 ++----
 2 files changed, 5 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 693b3d038c61 -r baea975d52b5 graphics/plotutils-nox11/Makefile
--- a/graphics/plotutils-nox11/Makefile Fri Mar 31 17:11:54 2006 +0000
+++ b/graphics/plotutils-nox11/Makefile Fri Mar 31 17:28:11 2006 +0000
@@ -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 @@
 
 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"
diff -r 693b3d038c61 -r baea975d52b5 graphics/plotutils/Makefile
--- a/graphics/plotutils/Makefile       Fri Mar 31 17:11:54 2006 +0000
+++ b/graphics/plotutils/Makefile       Fri Mar 31 17:28:11 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index