diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2008-12-27 23:44:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2008-12-27 23:44:43 +0000 |
commit | 9e9669cd2e56f1ecbfc47514ff6ee792b8a63c50 (patch) | |
tree | 72f04e21f2b2df8ee4a44c455aa378003965de3a /x11/xterm | |
parent | bfe07178d67794bc7389dcee326171a0df1b9c9c (diff) | |
download | ports-9e9669cd2e56f1ecbfc47514ff6ee792b8a63c50.tar.gz ports-9e9669cd2e56f1ecbfc47514ff6ee792b8a63c50.zip |
Notes
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 1c2c843083ab..71b6c21f3d33 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xterm PORTVERSION= 237 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.bawue.com/download/ @@ -16,6 +17,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Terminal emulator for the X Window System BUILD_DEPENDS= luit:${PORTSDIR}/x11/luit +LIB_DEPENDS= utempter.0:${PORTSDIR}/sysutils/libutempter USE_XORG= xaw xft GNU_CONFIGURE= yes |