diff options
author | kefren <kefren> | 2008-02-18 10:36:53 +0000 |
---|---|---|
committer | kefren <kefren> | 2008-02-18 10:36:53 +0000 |
commit | d90520cfe5020d83baf00fc4bc23f810af5573c7 (patch) | |
tree | e73c476e8c59ec00ea593118c8eb775a2cba38ec /www/mono-xsp | |
parent | ca9b2aa009467c7537fe624e5f7746e58cd97bdb (diff) | |
download | pkgsrc-d90520cfe5020d83baf00fc4bc23f810af5573c7.tar.gz |
Add dependency on databases/sqlite3. Noticed by wiz@
Diffstat (limited to 'www/mono-xsp')
-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" |