[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp by killfill

noreply at forge.novell.com noreply at forge.novell.com
Fri Dec 14 17:04:31 MST 2007


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp by killfill

Modified Files:
	Makefile 
Log Message:
Make use of the SQLITE var instead of depending directly on sqlite.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/Makefile	2007/12/14 13:27:03	1.37
+++ /cvsroot/bsd-sharp/FreeBSD-ports/www/xsp/Makefile	2007/12/15 00:04:31	1.38
@@ -3,7 +3,7 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD$
-#   $Id: Makefile,v 1.37 2007/12/14 13:27:03 killfill Exp $
+#   $Id: Makefile,v 1.38 2007/12/15 00:04:31 killfill Exp $
 #
 
 PORTNAME=	xsp
@@ -17,8 +17,8 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono
 RUN_DEPENDS=	${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono
-LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3
 
+USE_SQLITE=	3
 USE_BZIP2=	yes
 USE_GNOME=	gnometarget gnomehack
 GNU_CONFIGURE=	yes


More information about the Bsd-sharp-cvs mailing list