svn commit: r457132 - head/x11-fonts/bdftopcf

Niclas Zeising zeising at FreeBSD.org
Sun Dec 24 08:54:11 UTC 2017


Author: zeising
Date: Sun Dec 24 08:54:09 2017
New Revision: 457132
URL: https://svnweb.freebsd.org/changeset/ports/457132

Log:
  Fix build.  Add missing USES=localbase.
  
  Apologies for the breakage.

Modified:
  head/x11-fonts/bdftopcf/Makefile

Modified: head/x11-fonts/bdftopcf/Makefile
==============================================================================
--- head/x11-fonts/bdftopcf/Makefile	Sun Dec 24 08:49:05 2017	(r457131)
+++ head/x11-fonts/bdftopcf/Makefile	Sun Dec 24 08:54:09 2017	(r457132)
@@ -8,6 +8,8 @@ CATEGORIES=	x11-fonts
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Convert X font from BDF to PCF
 
+USES=		localbase
+
 XORG_CAT=	app
 USE_XORG=	fontsproto xproto
 


More information about the svn-ports-head mailing list