diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-26 20:14:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-26 20:14:18 +0000 |
commit | 037a87c0ceb0ff5ff75db587dfa8c33b8e7f228a (patch) | |
tree | 948aa7d64809bb395113ee944c54b0734e19d9f1 /x11 | |
parent | Use a safer way of initializing default rc.d variables. (diff) |
Remove CONFLICTS with x11/xorg-clients
Remove superfluous dependencies.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=114800
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 8a3d524d1f1d..988e81c866d4 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xterm PORTVERSION= 193 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ EXTRACT_SUFX= .tgz @@ -14,12 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= krion@FreeBSD.org COMMENT= Terminal emulator for the X Window System -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - expat.5:${PORTSDIR}/textproc/expat2 \ - png.5:${PORTSDIR}/graphics/png \ - Xft.2:${PORTSDIR}/x11-fonts/libXft +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft -CONFLICTS= XFree86-clients-* xorg-clients-* +CONFLICTS= XFree86-clients-* USE_X_PREFIX= yes GNU_CONFIGURE= yes |