summaryrefslogtreecommitdiff
path: root/x11/rxvt-devel
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-04-28 02:56:25 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-04-28 02:56:25 +0000
commit1c5e96617dd7e741dc5f542c2613f5d22d7dcfc8 (patch)
tree517b7586b5b7618eac9006a26d12bdc02dc8b841 /x11/rxvt-devel
parent- Update to 0.9.1 (diff)
Use ftp/wget since fetch(1) is misbehaving with these MASTER_SITES
Submitted by: pointyhat (kris)
Notes
Notes: svn path=/head/; revision=160624
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r--x11/rxvt-devel/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 587fc27f77df..dbe5f1fd746a 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -22,6 +22,8 @@ DISTNAME= rxvt-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
COMMENT= A low memory usage xterm replacement that supports color
+FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
+
USE_PERL5_BUILD=yes
USE_X_PREFIX= yes
USE_XPM= yes
@@ -34,6 +36,13 @@ USE_BZIP2= yes
MAN1= rxvt.1
+# fetch(1) is misbehaving with these MASTER_SITES
+FETCH_CMD= ${LOCALBASE}/bin/wget
+FETCH_REGET= 0
+DISABLE_SIZE= yes
+FETCH_BEFORE_ARGS=
+FETCH_AFTER_ARGS=
+
# disable backspace key
.if defined(WITHOUT_BACKSPACE_KEY)
CONFIGURE_ARGS+= --disable-backspace-key