diff options
author | tnn <tnn@pkgsrc.org> | 2009-12-15 15:34:27 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-12-15 15:34:27 +0000 |
commit | 9af1eedcb170de674e33bd53b1420e4055c4c51f (patch) | |
tree | 01093d7e7c367e3953b2d5766defe93594bdcab2 /databases/java-db3 | |
parent | c7de3796b0ab8fa4e99e3af3254da1953076b0aa (diff) | |
download | pkgsrc-9af1eedcb170de674e33bd53b1420e4055c4c51f.tar.gz |
Use gmake. Makes it build with openjdk7.
XXX this package is severly outdated, should be replaced by java-db4.
Diffstat (limited to 'databases/java-db3')
-rw-r--r-- | databases/java-db3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/java-db3/Makefile b/databases/java-db3/Makefile index da9f430f0f7..a47c0862708 100644 --- a/databases/java-db3/Makefile +++ b/databases/java-db3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2007/12/02 13:04:07 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2009/12/15 15:34:27 tnn Exp $ DISTNAME= db-3.3.11 PKGNAME= java-db3-3.11.2 @@ -24,6 +24,7 @@ JAVACABS= ${JAVAC} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_TOOLS+= gmake CONFIGURE_SCRIPT= ../dist/configure CONFIG_SUB_OVERRIDE+= ../dist/config.sub CONFIG_GUESS_OVERRIDE+= ../dist/config.guess |