[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Sun Oct 8 01:25:36 MDT 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop by tmclau02
Modified Files:
Makefile
Log Message:
Some GECKO related updates
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile 2006/10/08 04:16:26 1.32
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile 2006/10/08 07:25:36 1.33
@@ -3,7 +3,7 @@
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.32 2006/10/08 04:16:26 tmclau02 Exp $
+# $Id: Makefile,v 1.33 2006/10/08 07:25:36 tmclau02 Exp $
#
PORTNAME= monodevelop
@@ -24,7 +24,7 @@
${LOCALBASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 \
${LOCALBASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
-USE_GECKO= mozilla firefox
+USE_GECKO= firefox mozilla
USE_GNOME= gnometarget gnomehack
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
@@ -36,8 +36,8 @@
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|../lib/pkgconfig|../libdata/pkgconfig|g' \
${WRKSRC}/Core/src/MonoDevelop.Core/MonoDevelop.Core/SystemAssemblyService.cs
- # XXX: Do we even need this?
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/monodevelop.in
+ @${REINPLACE_CMD} -e 's|%%MOZILLA%%|${LOCALBASE}/lib/${GECKO}|g' \
+ ${WRKSRC}/monodevelop.in
post-install:
@-update-desktop-database
More information about the Bsd-sharp-cvs
mailing list