Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2013 17:19:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322522 - head/games/qix
Message-ID:  <201307081719.r68HJeha048716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul  8 17:19:40 2013
New Revision: 322522
URL: http://svnweb.freebsd.org/changeset/ports/322522

Log:
  Convert to USES=display

Modified:
  head/games/qix/Makefile

Modified: head/games/qix/Makefile
==============================================================================
--- head/games/qix/Makefile	Mon Jul  8 17:16:47 2013	(r322521)
+++ head/games/qix/Makefile	Mon Jul  8 17:19:40 2013	(r322522)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:    qix
-# Date created:         6 June 2000
-# Whom:                 jmz
+# Created by: jmz
 #
 # $FreeBSD$
 #
@@ -20,7 +18,7 @@ BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
 		xset:${PORTSDIR}/x11/xset
 
-USE_DISPLAY=	yes
+USES=		display:install
 
 .if defined(WITHOUT_X11)
 MAKE_ARGS=	NO_X11=yes
@@ -29,10 +27,6 @@ USE_XORG=	x11
 PLIST=		pkg-plist.x11
 .endif
 
-.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
-IGNORE=		requires an active X session (and DISPLAY variable) to run xrdb.  Please compile this while running X
-.endif
-
 MAN1=		qix.1
 
 FONTSDIR=	lib/X11/fonts/local



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081719.r68HJeha048716>