[Midnightbsd-cvs] mports [23879] trunk/x11/xfd/Makefile: modernize

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 26 15:45:21 EDT 2018


Revision: 23879
          http://svnweb.midnightbsd.org/mports/?rev=23879
Author:   laffer1
Date:     2018-08-26 15:45:20 -0400 (Sun, 26 Aug 2018)
Log Message:
-----------
modernize

Modified Paths:
--------------
    trunk/x11/xfd/Makefile

Modified: trunk/x11/xfd/Makefile
===================================================================
--- trunk/x11/xfd/Makefile	2018-08-26 19:29:08 UTC (rev 23878)
+++ trunk/x11/xfd/Makefile	2018-08-26 19:45:20 UTC (rev 23879)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xfd
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -9,11 +10,13 @@
 
 LICENSE=	mit
 
-LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
-BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
-RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS=	libfreetype.so:print/freetype2
+BUILD_DEPENDS=	fc-cache:x11-fonts/fontconfig
+RUN_DEPENDS=	fc-cache:x11-fonts/fontconfig
 
 XORG_CAT=	app
 USE_XORG=	xft xt xaw
 
+BROKEN_aarch64=		Fails to build: exec(xgettext) failed (No such file or directory)
+
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list