diff options
Diffstat (limited to 'x11/libXft/Makefile')
-rw-r--r-- | x11/libXft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile index ae6dfcf..9810e0e 100644 --- a/x11/libXft/Makefile +++ b/x11/libXft/Makefile @@ -1,6 +1,7 @@ # $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ COMMENT = X FreeType library +REVISION = 0 DISTNAME = libXft-2.3.4 CATEGORIES = x11 @@ -14,7 +15,7 @@ SHARED_LIBS= Xft 12.0 PERMIT_PACKAGE = Yes WANTLIB = Xrender X11 Xau Xdmcp expat fontconfig freetype \ - iconv intl pthread uuid xcb z + pthread xcb z MASTER_SITES = ${MASTER_SITE_XORG:=lib/} |