1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Don't depend on libutempter.

xterm can just use our own version of it that's part of the base system.

Approved by:	krion
This commit is contained in:
Ed Schouten 2009-12-06 21:57:08 +00:00
parent ee8eda08fb
commit 4ef403f3f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245302

View File

@ -7,6 +7,7 @@
PORTNAME= xterm
PORTVERSION= 251
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/ \
http://voodoo.bawue.com/download/
@ -16,7 +17,6 @@ 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
@ -34,6 +34,12 @@ CONFIGURE_ARGS+= --enable-256-color
MAN1= resize.1 koi8rxterm.1 uxterm.1 xterm.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900004
LIB_DEPENDS= utempter.0:${PORTSDIR}/sysutils/libutempter
.endif
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/xterm
.if !defined(WITHOUT_WIDE_CHARS)
@ -54,4 +60,4 @@ post-install:
@${ECHO_MSG}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>