summaryrefslogtreecommitdiff
path: root/lang/siod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/siod/Makefile')
-rw-r--r--lang/siod/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile
index 7a270981573..6b5537118e6 100644
--- a/lang/siod/Makefile
+++ b/lang/siod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:33 agc Exp $
+# $NetBSD: Makefile,v 1.7 2002/08/12 16:21:12 agc Exp $
DISTNAME= siod
PKGNAME= siod-3.0
@@ -10,12 +10,13 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://people.delphi.com/gjc/siod.html
COMMENT= Small-footprint implementation of the Scheme programming language
-ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD
+DEPENDS+= sdbm-[0-9]*:../../databases/sdbm
WRKSRC= ${WRKDIR}
MAKEFILE= makefile
ALL_TARGET= ${OPSYS}
MAKE_ENV+= CC="${CC}"
+CPPFLAGS+= -Dunix=1
.include "../../mk/bsd.prefs.mk"