diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-04-28 02:56:25 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-04-28 02:56:25 +0000 |
commit | 1c5e96617dd7e741dc5f542c2613f5d22d7dcfc8 (patch) | |
tree | 517b7586b5b7618eac9006a26d12bdc02dc8b841 /x11/rxvt | |
parent | 1c25bd78a2190c949f0b23736d40de66c593927e (diff) | |
download | ports-1c5e96617dd7e741dc5f542c2613f5d22d7dcfc8.tar.gz ports-1c5e96617dd7e741dc5f542c2613f5d22d7dcfc8.zip |
Notes
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index b177ddfe830e..40af330ed0c4 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -21,6 +21,8 @@ MASTER_SITE_SUBDIR= . old devel MAINTAINER= lioux@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color +FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget + USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes @@ -30,6 +32,13 @@ USE_BZIP2= yes MAN1= rxvt.1 PLIST_FILES= bin/rxvt +# 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= + # enable big5 support .if defined(WITH_BIG5) CONFIGURE_ARGS+= --enable-big5 |