diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-01-08 16:03:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-01-08 16:03:19 +0000 |
commit | 615506b3ce04a30287159e718b3619d4173f9223 (patch) | |
tree | 8792f550b18de5fd47eef84fb47f4fb82283ec06 /x11/xterm/Makefile | |
parent | 10795b5a2119afe6ba5ea1ecc934ab0efe8eea3e (diff) | |
download | ports-615506b3ce04a30287159e718b3619d4173f9223.tar.gz ports-615506b3ce04a30287159e718b3619d4173f9223.zip |
Notes
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r-- | x11/xterm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index b7e5834dc19a..2bb2e99b7bd4 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -6,13 +6,14 @@ # PORTNAME= xterm -PORTVERSION= 261 +PORTVERSION= 267 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ - http://voodoo.bawue.com/download/ + http://voodoo.bawue.com/download/ \ + CRITICAL EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Terminal emulator for the X Window System BUILD_DEPENDS= luit:${PORTSDIR}/x11/luit |