summaryrefslogtreecommitdiff
path: root/lang/siod
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-05 10:25:13 +0000
committerwiz <wiz>2005-04-05 10:25:13 +0000
commit8ec9e6cff03c4e1c713b14ebff9ccf7977db3625 (patch)
tree8d7a5a6efe93ba402ed73b13447cd538b92f32b5 /lang/siod
parent96294327133bf88374c37b1d312af221f7f70868 (diff)
downloadpkgsrc-8ec9e6cff03c4e1c713b14ebff9ccf7977db3625.tar.gz
Use sdbm/bl3 instead of DEPENDS.
Diffstat (limited to 'lang/siod')
-rw-r--r--lang/siod/Makefile5
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"