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/bsdforen-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/bsdforen-firefox-searchplugin')
-rw-r--r-- | german/bsdforen-firefox-searchplugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/german/bsdforen-firefox-searchplugin/Makefile b/german/bsdforen-firefox-searchplugin/Makefile index 14c663580ea1..49a90c409f82 100644 --- a/german/bsdforen-firefox-searchplugin/Makefile +++ b/german/bsdforen-firefox-searchplugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsdforen-firefox-searchplugin PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 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.bsdforen.de board and wiki +RUN_DEPENDS= firefox3:${PORTSDIR}/www/firefox + NO_BUILD= yes -USE_GECKO= libxul .include <bsd.port.pre.mk> |