diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-06 05:14:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-06 05:14:25 +0800 |
commit | fe7a502fd6b2f6b65987cb59508ab657fed43138 (patch) | |
tree | 7fb9f182fcb25f8d07a80e4800d92daeb41035d0 | |
parent | 3a88ac8aeccf9be499025172870b51ff21d8112a (diff) | |
download | marcuscom-ports-fe7a502fd6b2f6b65987cb59508ab657fed43138.tar marcuscom-ports-fe7a502fd6b2f6b65987cb59508ab657fed43138.tar.gz marcuscom-ports-fe7a502fd6b2f6b65987cb59508ab657fed43138.tar.bz2 marcuscom-ports-fe7a502fd6b2f6b65987cb59508ab657fed43138.tar.lz marcuscom-ports-fe7a502fd6b2f6b65987cb59508ab657fed43138.tar.xz marcuscom-ports-fe7a502fd6b2f6b65987cb59508ab657fed43138.tar.zst marcuscom-ports-fe7a502fd6b2f6b65987cb59508ab657fed43138.zip |
- Add support for firefox-devel
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6365 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/yelp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 0412527c5..f7da8e889 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.91 2006/05/02 23:14:26 marcus Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.92 2006/05/16 18:30:32 ahze Exp $ # PORTNAME= yelp @@ -16,8 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A help browser for the GNOME 2 desktop -USE_GECKO= firefox seamonkey xulrunner # mozilla - +USE_GECKO= firefox seamonkey xulrunner firefox-devel USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes @@ -36,4 +35,8 @@ GCONF_SCHEMAS= yelp.schemas .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" +post-patch: + @${REINPLACE_CMD} -e 's|firefox|${GECKO}|' \ + ${WRKSRC}/configure + .include <bsd.port.post.mk> |