[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by killfill
noreply at forge.novell.com
noreply at forge.novell.com
Wed Sep 26 13:01:11 MDT 2007
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by killfill
Modified Files:
Makefile
Log Message:
Make mono depends on gamin on amd64 until this bug is resolved:
https://bugzilla.novell.com/show_bug.cgi?id=327279
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile 2007/09/12 01:01:25 1.92
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile 2007/09/26 19:01:11 1.93
@@ -3,12 +3,12 @@
# Whom: Yukihiro Nakai <nakai at FreeBSD.org>
#
# $FreeBSD: ports/lang/mono/Makefile,v 1.66 2007/03/24 22:19:49 tmclaugh Exp $
-# $Id: Makefile,v 1.92 2007/09/12 01:01:25 killfill Exp $
+# $Id: Makefile,v 1.93 2007/09/26 19:01:11 killfill Exp $
#
PORTNAME= mono
PORTVERSION= 1.2.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= lang
MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/
@@ -57,6 +57,10 @@
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+USE_FAM= yes
+.endif
+
pre-everything::
@${CAT} ${PKGMESSAGE}
More information about the Bsd-sharp-cvs
mailing list