Drop LTCONFIG_OVERRIDE... USE_LIBTOOL takes care of replacing libtool

already.
This commit is contained in:
jlam 2006-03-31 17:28:11 +00:00
parent 11a4af3693
commit 858527fae4
2 changed files with 5 additions and 9 deletions

View file

@ -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"

View file

@ -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"