diff options
author | jlam <jlam@pkgsrc.org> | 2004-07-24 13:47:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-07-24 13:47:04 +0000 |
commit | 5ed5aca25c866c176cf229de9b3fb1ddad9e4e41 (patch) | |
tree | 120dbc2a3947349b77c91434e7c3335338ee671b | |
parent | f6b0533dde40ee80b7ec92bbeea57b38ad70ce24 (diff) | |
download | pkgsrc-5ed5aca25c866c176cf229de9b3fb1ddad9e4e41.tar.gz |
LTCONFIG_OVERRIDE is deprecated.
-rw-r--r-- | net/openslp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 5877e0866c4..63bb3c92704 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews 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} |