diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-12-17 19:35:36 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-12-17 19:35:36 +0000 |
commit | 5c3719104a87c89af6e430424ac176db190bfe90 (patch) | |
tree | c4307ca27230705bad2ce00a48302a48c571e4bb /x11 | |
parent | 118779596bb221aef422ee6a197528891c6097f9 (diff) | |
download | ports-5c3719104a87c89af6e430424ac176db190bfe90.tar.gz ports-5c3719104a87c89af6e430424ac176db190bfe90.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index d2f1c9cf47b3..57635e512f43 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xterm PORTVERSION= 229 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.bawue.com/download/ @@ -15,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= krion@FreeBSD.org COMMENT= Terminal emulator for the X Window System +BUILD_DEPENDS= luit:${PORTSDIR}/x11/luit + USE_XORG= xaw xft GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |