This package uses the Xft and freetype libraries when they

are provided by the installed X11.
IMHO wmi is nicer with this support so make Xft2 a
requirement/dependency in all cases.

Bump PKGREVISION.
This commit is contained in:
seb 2004-07-01 16:28:33 +00:00
parent 48a1b0211b
commit a4bc5d29b2

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.3 2004/06/22 08:50:22 salo Exp $
# $NetBSD: Makefile,v 1.4 2004/07/01 16:28:33 seb Exp $
#
DISTNAME= wmi-8
PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= http://download.berlios.de/wmi/
@ -14,4 +15,5 @@ USE_LANGUAGES= c c++
USE_X11= yes
GNU_CONFIGURE= yes
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"