aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/waimea
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-02-18 04:51:34 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-02-18 04:51:34 +0000
commit38805e871a0ec7d383e76a6cb1d979ba6c291d56 (patch)
tree662a776fedc3c397b783a0430a4b7be199a8e394 /x11-wm/waimea
parent953d99c1d09853d63e45c6d270aa74cebcd15151 (diff)
downloadports-38805e871a0ec7d383e76a6cb1d979ba6c291d56.tar.gz
ports-38805e871a0ec7d383e76a6cb1d979ba6c291d56.zip
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
Notes
Notes: svn path=/head/; revision=75774
Diffstat (limited to 'x11-wm/waimea')
-rw-r--r--x11-wm/waimea/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/waimea/Makefile b/x11-wm/waimea/Makefile
index 849c4fce9a0c..c4ac785ac863 100644
--- a/x11-wm/waimea/Makefile
+++ b/x11-wm/waimea/Makefile
@@ -7,12 +7,15 @@
PORTNAME= waimea
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= waimea
MAINTAINER= danfe@regency.nsu.ru
+LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5_RUN= yes
@@ -25,8 +28,4 @@ MAN1= waimea.1
LIB_DEPENDS+= Imlib2.1:${PORTSDIR}/graphics/imlib2
.endif
-.if defined(WITH_XFT2)
-LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft
-.endif
-
.include <bsd.port.mk>