diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-16 23:38:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-16 23:38:05 +0000 |
commit | 8afb2f15e68daac2016fcf86dff3fcb7f8a4b22c (patch) | |
tree | 3d54228b8972fcaad45a2e39dd276396da7e538a /x11-wm | |
parent | 4c393eec307b23b896de9806a2acb7bafa4f7897 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 751af33f2fa3..f761b55eeffd 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,6 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Window Manager designed for speed, usability and consistency -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ + Xft.2:${PORTSDIR}/x11-fonts/Xft USE_X_PREFIX= yes WANT_GNOME= yes |