diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-07 01:03:52 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-07 01:03:52 +0800 |
commit | d202c2716468a91167b3ba38235f36d15ddd4310 (patch) | |
tree | bbed6d50f42f8c3ab46ff00dd8a2e3e262dfd463 | |
parent | 5a68fb3768be0eaa9915122063fc90bc867c7378 (diff) | |
download | marcuscom-ports-d202c2716468a91167b3ba38235f36d15ddd4310.tar marcuscom-ports-d202c2716468a91167b3ba38235f36d15ddd4310.tar.gz marcuscom-ports-d202c2716468a91167b3ba38235f36d15ddd4310.tar.bz2 marcuscom-ports-d202c2716468a91167b3ba38235f36d15ddd4310.tar.lz marcuscom-ports-d202c2716468a91167b3ba38235f36d15ddd4310.tar.xz marcuscom-ports-d202c2716468a91167b3ba38235f36d15ddd4310.tar.zst marcuscom-ports-d202c2716468a91167b3ba38235f36d15ddd4310.zip |
- Use new USE_GECKO=firefox-devel<->firefox and remove post-patch lines
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6369 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/yelp/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 8be9daeab..30e41f518 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.93 2006/06/05 21:14:25 ahze Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.94 2006/06/05 21:24:13 ahze Exp $ # PORTNAME= yelp @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A help browser for the GNOME 2 desktop -USE_GECKO= firefox seamonkey xulrunner firefox-devel +USE_GECKO= firefox seamonkey xulrunner firefox-devel<->firefox USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes @@ -34,11 +34,4 @@ GCONF_SCHEMAS= yelp.schemas .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" - -post-patch: -.if defined(GECKO) && ${GECKO}=="firefox-devel" - @${REINPLACE_CMD} -e 's|firefox|${GECKO}|' \ - ${WRKSRC}/configure -.endif - .include <bsd.port.post.mk> |