summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorkefren <kefren@pkgsrc.org>2008-02-18 10:36:53 +0000
committerkefren <kefren@pkgsrc.org>2008-02-18 10:36:53 +0000
commit3ea8195c3c5e7b72aee354ac435bbc286eb62c24 (patch)
treee73c476e8c59ec00ea593118c8eb775a2cba38ec /www
parent315498dac6228606da0d1c21529f6e3d46778300 (diff)
downloadpkgsrc-3ea8195c3c5e7b72aee354ac435bbc286eb62c24.tar.gz
Add dependency on databases/sqlite3. Noticed by wiz@
Diffstat (limited to 'www')
-rw-r--r--www/mono-xsp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mono-xsp/Makefile b/www/mono-xsp/Makefile
index ef43c38d04a..fcc380d92a0 100644
--- a/www/mono-xsp/Makefile
+++ b/www/mono-xsp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/02/18 08:44:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2008/02/18 10:36:53 kefren Exp $
DISTNAME= xsp-${MONO_VERSION}
PKGNAME= mono-xsp-${MONO_VERSION}
@@ -15,5 +15,7 @@ COMMENT= Standalone web server written in C\#
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
+DEPENDS+= sqlite3>=3.5.2:../../databases/sqlite3
+
.include "../../lang/mono/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"