aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2009-11-15 08:26:41 +0800
committerglewis <glewis@FreeBSD.org>2009-11-15 08:26:41 +0800
commit8a044626d2ebeb28bdc229216ac4f9dd9dd4fe38 (patch)
tree0dd36d176cfc458df1da0ac6199f3bf0af2886ad
parente28a2dfecebb6ad1c6acb51d6bd1a3d167ea6e5d (diff)
downloadfreebsd-ports-gnome-8a044626d2ebeb28bdc229216ac4f9dd9dd4fe38.tar.gz
freebsd-ports-gnome-8a044626d2ebeb28bdc229216ac4f9dd9dd4fe38.tar.zst
freebsd-ports-gnome-8a044626d2ebeb28bdc229216ac4f9dd9dd4fe38.zip
. Convert WITH_GECKO from firefox to libxul.
No objection: Romain Tartiere <romain@blogreen.org>
-rw-r--r--devel/mono-tools/Makefile3
-rw-r--r--www/gecko-sharp20/Makefile6
2 files changed, 3 insertions, 6 deletions
diff --git a/devel/mono-tools/Makefile b/devel/mono-tools/Makefile
index d057e1d3dc51..5e62b782f2eb 100644
--- a/devel/mono-tools/Makefile
+++ b/devel/mono-tools/Makefile
@@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget gnomedesktopsharp20
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GECKO= firefox mozilla
+USE_GECKO= libxul
MAN1= create-native-map.1 gendarme.1 mprof-decoder.1 mprof-heap-viewer.1
@@ -39,5 +39,4 @@ post-patch:
's|@datadir@/man/man1|@mandir@/man1|g'
.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
-.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>
diff --git a/www/gecko-sharp20/Makefile b/www/gecko-sharp20/Makefile
index b0bebf4ab82f..4ece461f03d8 100644
--- a/www/gecko-sharp20/Makefile
+++ b/www/gecko-sharp20/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono bindings for embeding mozilla
-USE_GECKO= firefox mozilla
+USE_GECKO= libxul
USE_GNOME= gnometarget gtksharp20
LATEST_LINK= gecko-sharp20
GNU_CONFIGURE= yes
@@ -27,6 +27,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>