[Midnightbsd-cvs] mports: Makefile: Build against www/browser.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Mon Oct 20 14:50:02 EDT 2008


Log Message:
-----------
Build against www/browser.

Modified Files:
--------------
    mports/www/epiphany-extensions:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/epiphany-extensions/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L www/epiphany-extensions/Makefile -L www/epiphany-extensions/Makefile -u -r1.1 -r1.2
--- www/epiphany-extensions/Makefile
+++ www/epiphany-extensions/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	epiphany-extensions
 PORTVERSION=	2.22.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -23,7 +23,7 @@
 
 USE_GETTEXT=	yes
 USE_BZIP2=	yes
-USE_GECKO=	firefox xulrunner
+USE_GECKO=	browser<->firefox xulrunner
 USE_GNOME=	gnomeprefix gnomehack intlhack gnometarget
 INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes
@@ -42,7 +42,6 @@
 OPTIONS=	OPENSP "Enable OpenSP SGML support" off
 
 .include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
 
 .if defined(WITH_OPENSP)
 CONFIGURE_ARGS+=	--enable-opensp=yes
@@ -60,9 +59,4 @@
 
 CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}"
 
-pre-everything::
-	@${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):"
-	@${ECHO_MSG} "	WITH_OPENSP=yes		Enable support for OpenSP SGML validation"
-	@${ECHO_MSG} ""
-
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list