diff options
-rw-r--r-- | www/mono-xsp/Makefile | 4 |
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" |