diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 10:25:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 10:25:13 +0000 |
commit | 33664d4cb10ba1795936b4631782639b5350ff4a (patch) | |
tree | 8d7a5a6efe93ba402ed73b13447cd538b92f32b5 /lang/siod | |
parent | 5683a15d4faeae6fe8665e35d2cd0840f17e7b0e (diff) | |
download | pkgsrc-33664d4cb10ba1795936b4631782639b5350ff4a.tar.gz |
Use sdbm/bl3 instead of DEPENDS.
Diffstat (limited to 'lang/siod')
-rw-r--r-- | lang/siod/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 06aa8dbd354..b7532f269f2 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/05 10:25:13 wiz Exp $ DISTNAME= siod PKGNAME= siod-3.0 @@ -10,8 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://people.delphi.com/gjc/siod.html COMMENT= Small-footprint implementation of the Scheme programming language -DEPENDS+= sdbm-[0-9]*:../../databases/sdbm - WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= ${OPSYS} @@ -28,4 +26,5 @@ post-patch: ${MV} ${WRKSRC}/siod.man ${WRKSRC}/prefix-siod.man ${SED} -e 's|@PREFIX@|${PREFIX}|g' ${WRKSRC}/prefix-siod.man > ${WRKSRC}/siod.man +.include "../../databases/sdbm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |