diff options
author | will <will@FreeBSD.org> | 2000-05-22 05:09:19 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-22 05:09:19 +0000 |
commit | 1641af7378ce5111c2bb7bf46e67ee7c98fbad9c (patch) | |
tree | 49e9bdf9c8ff2be97a6d114982f863c02d599b8d /x11/rxvt/Makefile | |
parent | 0a3e0d2a8b34c184ff0a5d2e08c4a74868a4dcb7 (diff) | |
download | FreeBSD-ports-1641af7378ce5111c2bb7bf46e67ee7c98fbad9c.zip FreeBSD-ports-1641af7378ce5111c2bb7bf46e67ee7c98fbad9c.tar.gz |
Add a patch that adds some extra chinese support as well as fixes some
terminfo problems.
PR: 18406
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Diffstat (limited to 'x11/rxvt/Makefile')
-rw-r--r-- | x11/rxvt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 1eaf353..1d5d653 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -16,6 +16,10 @@ MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/terms +PATCH_SITES= ftp://ftp.rxvt.org/pub/rxvt/ +PATCHFILES= rxvt-2.7.3.patch1.gz +PATCH_DIST_STRIP+= -p1 + MAINTAINER= will@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |