pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openslp LTCONFIG_OVERRIDE is deprecated.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/addf2ffe5237
branches:  trunk
changeset: 478475:addf2ffe5237
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jul 24 13:47:04 2004 +0000

description:
LTCONFIG_OVERRIDE is deprecated.

diffstat:

 net/openslp/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 01861d70b4bc -r addf2ffe5237 net/openslp/Makefile
--- a/net/openslp/Makefile      Sat Jul 24 10:53:14 2004 +0000
+++ b/net/openslp/Makefile      Sat Jul 24 13:47:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/05/10 22:18:58 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/24 13:47:04 jlam Exp $
 
 DISTNAME=      openslp-1.0.11
 CATEGORIES=    net
@@ -12,13 +12,11 @@
 
 USE_BUILDLINK3=                YES
 USE_PKGINSTALL=                YES
+USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --localstatedir=/var
 
-USE_LIBTOOL=           YES
-LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
-
 DOCDIR=                        ${PREFIX}/share/doc/${PKGBASE}
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
 HTMLDIR=               ${PREFIX}/share/doc/html/${PKGBASE}



Home | Main Index | Thread Index | Old Index