diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 17:45:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 17:45:20 +0000 |
commit | f69aaef3d9d005042949a9fa529ec8b63571cf55 (patch) | |
tree | 6a93b3be6bfbdf88be60e73fc9fec72b1fff2725 /devel/libsmi/Makefile | |
parent | 12c9983f4d56ad95bf84dab8212713e41428953e (diff) | |
download | pkgsrc-f69aaef3d9d005042949a9fa529ec8b63571cf55.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'devel/libsmi/Makefile')
-rw-r--r-- | devel/libsmi/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/libsmi/Makefile b/devel/libsmi/Makefile index f0074e8ef02..e127597b910 100644 --- a/devel/libsmi/Makefile +++ b/devel/libsmi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:23 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/14 17:51:20 wiz Exp $ # DISTNAME= libsmi-0.1.6 @@ -10,7 +10,8 @@ HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/libsmi/ MIBDIR= ${PREFIX}/share/libsmi/mibs -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig GNU_CONFIGURE= YES CPPFLAGS+= -Dstrtoll=strtoq -Dstrtoull=strtouq CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" @@ -19,7 +20,4 @@ CONFIGURE_ARGS+=--with-mibdir="${MIBDIR}" # and local ones too CONFIGURE_ARGS+=--with-smipath="${MIBDIR}:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs" -post-configure: - @(cd ${WRKSRC}; ${RM} -f libtool; ${LN} -s ${LIBTOOL} libtool) - .include "../../mk/bsd.pkg.mk" |