diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-13 05:43:26 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-13 05:43:26 +0000 |
commit | 4573d14bb6722f2607b005b7673517d31bf76819 (patch) | |
tree | 864962d60be8f41afa7741bb6c382a87d2ff6ccb /lang/elk | |
parent | 9af5c44152fc608334c7c303a00b9603c0e4284a (diff) | |
download | pkgsrc-4573d14bb6722f2607b005b7673517d31bf76819.tar.gz |
This builds a gdbm library if it finds gdbm; buildlink in gdbm so this
is always available, and update the PLIST accordingly. PKGREVISION -> 1.
Fixes build on Linux, where there's usually a native gdbm.
Diffstat (limited to 'lang/elk')
-rw-r--r-- | lang/elk/Makefile | 4 | ||||
-rw-r--r-- | lang/elk/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 433f1f20b78..7ad8eb69e60 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2012/01/22 18:11:05 asau Exp $ +# $NetBSD: Makefile,v 1.41 2012/04/13 05:43:26 dholland Exp $ DISTNAME= elk-3.99.8 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://sam.zoy.org/elk/ EXTRACT_SUFX= .tar.bz2 @@ -18,4 +19,5 @@ GNU_CONFIGURE= yes .include "options.mk" +.include "../../databases/gdbm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/elk/PLIST b/lang/elk/PLIST index d85412500fc..5f96a0dff55 100644 --- a/lang/elk/PLIST +++ b/lang/elk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2012/01/22 18:11:05 asau Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/04/13 05:43:26 dholland Exp $ bin/elk bin/scheme-elk include/elk/compat.h @@ -22,6 +22,7 @@ include/elk/type.h lib/elk/bitstring.la lib/elk/debug.la lib/elk/elk-eval.la +lib/elk/gdbm.la lib/elk/hack.la lib/elk/newhandler.la lib/elk/record.la @@ -122,6 +123,7 @@ share/elk/bitstring.scm share/elk/cscheme.scm share/elk/debug.scm share/elk/describe.scm +share/elk/gdbmtest.scm share/elk/initscheme.scm share/elk/oops.scm share/elk/parse.scm |