diff options
author | beat <beat@FreeBSD.org> | 2010-08-08 16:57:52 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-08-08 16:57:52 +0800 |
commit | 03ec7c0f8b776fe02d07654276bc4932bea38874 (patch) | |
tree | e147b59673cda44bb85a5aa915156beef9f0b813 /german/bsdgroup-firefox-searchplugin | |
parent | 85f2320ff831f589d3434103263f3c07c4a6cdde (diff) | |
download | freebsd-ports-gnome-03ec7c0f8b776fe02d07654276bc4932bea38874.tar.gz freebsd-ports-gnome-03ec7c0f8b776fe02d07654276bc4932bea38874.tar.zst freebsd-ports-gnome-03ec7c0f8b776fe02d07654276bc4932bea38874.zip |
- Replace bogus libxul dependency with Firefox
- Bump PORTREVISION
PR: ports/149044
Expr-run by: pav@
Approved by: portmgr (pav)
Diffstat (limited to 'german/bsdgroup-firefox-searchplugin')
-rw-r--r-- | german/bsdgroup-firefox-searchplugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/german/bsdgroup-firefox-searchplugin/Makefile b/german/bsdgroup-firefox-searchplugin/Makefile index 15a874799d61..ea8a68bfbb45 100644 --- a/german/bsdgroup-firefox-searchplugin/Makefile +++ b/german/bsdgroup-firefox-searchplugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsdgroup-firefox-searchplugin PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= german www MASTER_SITES= http://www.crashmail.de/files/ \ http://people.bsdgroup.de/~steve/files/ @@ -17,8 +17,9 @@ EXTRACT_ONLY= yes MAINTAINER= stefan.tell@crashmail.de COMMENT= Firefox searchplugins for the www.BSDGroup.de board +RUN_DEPENDS= firefox3:${PORTSDIR}/www/firefox + NO_BUILD= yes -USE_GECKO= libxul do-extract: @${MKDIR} ${WRKSRC} |