summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-01-14 14:26:06 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-01-14 14:26:06 +0000
commitf85d2e36aea5480f85b782de987ad996ad56c761 (patch)
tree8e8d99c628a6b3c4b86bc3d5353d69c822b52139 /textproc
parent- Add fix for incompatibilities with rubygem-i18n >= 0.5.0 (diff)
- Replace optional SeaMonkey 1.1 dependency with dependency on SeaMonkey 2.
- While I'm here, replace Firefox RUN_DEPENDS line with USE_FIREFOX. With hat: gecko Feature safe: yes
Notes
Notes: svn path=/head/; revision=267780
Diffstat (limited to 'textproc')
-rw-r--r--textproc/urlview/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile
index 80ae0b50b97d..7a3899d74694 100644
--- a/textproc/urlview/Makefile
+++ b/textproc/urlview/Makefile
@@ -25,16 +25,16 @@ MAN1= urlview.1
SUB_FILES= gecko.sh
SUB_LIST= GECKO=${GECKO}
-.include <bsd.port.pre.mk>
-
.if defined(WITH_FIREFOX)
-RUN_DEPENDS+= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox
+USE_FIREFOX= 36
GECKO= firefox3
.elif defined(WITH_SEAMONKEY)
-RUN_DEPENDS+= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey
+USE_SEAMONKEY= 20
GECKO= seamonkey
.endif
+.include <bsd.port.pre.mk>
+
post-patch:
@${REINPLACE_CMD} -e "s,!!PREFIX!!,${PREFIX},g" \
-e "s,/usr/X11R6,${X11BASE},g" ${WRKSRC}/url_handler.sh