diff options
author | obrien <obrien@FreeBSD.org> | 2010-09-10 03:51:37 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-09-10 03:51:37 +0800 |
commit | c1e0e28bd47a5398ee7548e6c2c2fab69cd10925 (patch) | |
tree | 1ba1f719b604d3a28632922f81ab3ef326e2bc0a /textproc | |
parent | 8088f91aa3fdeb930b3a6dc5d35d1957ccbcfc37 (diff) | |
download | freebsd-ports-gnome-c1e0e28bd47a5398ee7548e6c2c2fab69cd10925.tar.gz freebsd-ports-gnome-c1e0e28bd47a5398ee7548e6c2c2fab69cd10925.tar.zst freebsd-ports-gnome-c1e0e28bd47a5398ee7548e6c2c2fab69cd10925.zip |
Rev 1.22 (PR 102954) was a bad idea. This port should not have any default
dependencies as it causes too much trouble for folks using this port not with
Firefox. 'pkg_add -r urlview' should not add X11 and Firefox to ones system.
PR: 142378, 144223, 150372
Submitted by: Erwan David <erwan@rail.eu.org>, max, Arthur Mesh <arthurmesh@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/urlview/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 16d434b5b153..77ddb2fcfb8e 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -33,9 +33,6 @@ USE_GECKO= firefox-devel firefox35 seamonkey .elif defined(WITH_SEAMONKEY) RUN_DEPENDS+= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey GECKO= seamonkey -.else -RUN_DEPENDS+= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35 -GECKO= firefox3 .endif post-patch: |