diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 16:56:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 16:56:04 +0000 |
commit | 1663dce8ace44eb3c717485e9ce007ece49eb307 (patch) | |
tree | c3b30104d544112b17775675b5131918a8bd9ff9 /databases/db3 | |
parent | 0a121eb23c40f257095c8002b8232d2467981e97 (diff) | |
download | pkgsrc-1663dce8ace44eb3c717485e9ce007ece49eb307.tar.gz |
Replace USE_PKGLIBTOOL by USE_LIBTOOL.
XXX: Isn't really used right now, since the shared library isn't built.
Needs tweaking.
Diffstat (limited to 'databases/db3')
-rw-r--r-- | databases/db3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 4ee8e1df015..51463416204 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:18 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/14 16:56:04 wiz Exp $ DISTNAME= db-3.0.55 PKGNAME= db3-0.55 @@ -8,11 +8,13 @@ MASTER_SITES= http://www.sleepycat.com/update/3.0.55/ MAINTAINER= wrstuden@netbsd.org HOMEPAGE= http://www.sleepycat.com/ -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKDIR}/${DISTNAME}/dist/ltconfig GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS+= --program-transform-name=s,db_,db3_, +#CONFIGURE_ARGS+= --enable-shared WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix |