diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-15 22:21:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-15 22:21:46 +0800 |
commit | 7131ff73508ea5ead65173d5644b47c9034e5350 (patch) | |
tree | c01bf5bd6c0922b3c74edc3a8d593b88afeee9b2 /x11/rxvt/Makefile | |
parent | 7f6adb9f31e5917c45677861936e689757dc894b (diff) | |
download | freebsd-ports-gnome-7131ff73508ea5ead65173d5644b47c9034e5350.tar.gz freebsd-ports-gnome-7131ff73508ea5ead65173d5644b47c9034e5350.tar.zst freebsd-ports-gnome-7131ff73508ea5ead65173d5644b47c9034e5350.zip |
o Teach rxvt about FreeBSD's pty: it goes all the way to letter v
o Bump PORTREVISION
Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de>
Diffstat (limited to 'x11/rxvt/Makefile')
-rw-r--r-- | x11/rxvt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index b219ca38160d..bace02560487 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -10,6 +10,7 @@ PORTNAME= rxvt PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES+= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ ftp://mason.primenet.com.au/pub/rxvt/%SUBDIR%/ \ |