aboutsummaryrefslogtreecommitdiff
path: root/textproc/urlview
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/urlview
parentdb868f2abc4e5f36ac039ef3dcbb3ad787b4fe37 (diff)
downloadports-f85d2e36aea5480f85b782de987ad996ad56c761.tar.gz
ports-f85d2e36aea5480f85b782de987ad996ad56c761.zip
Notes
Diffstat (limited to 'textproc/urlview')
-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