svn commit: r386835 - head/emulators/stonx

Dirk Meyer dinoex at FreeBSD.org
Wed May 20 03:49:14 UTC 2015


Author: dinoex
Date: Wed May 20 03:49:13 2015
New Revision: 386835
URL: https://svnweb.freebsd.org/changeset/ports/386835

Log:
  - fix build introduced by r381876

Modified:
  head/emulators/stonx/Makefile

Modified: head/emulators/stonx/Makefile
==============================================================================
--- head/emulators/stonx/Makefile	Wed May 20 02:36:22 2015	(r386834)
+++ head/emulators/stonx/Makefile	Wed May 20 03:49:13 2015	(r386835)
@@ -15,11 +15,12 @@ BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-
 		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
 		${LOCALBASE}/share/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc
-RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 
 RESTRICTED=	Contains ROM (C) by Atari
 
 TOSIMG?=	tos.img
+USES=		fonts
+FONTNAME=	# empty
 USE_XORG=	x11 sm ice xext xextproto
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--x-includes=${LOCALBASE}/include \


More information about the svn-ports-all mailing list