svn commit: r322522 - head/games/qix
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 8 17:19:40 UTC 2013
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
More information about the svn-ports-head
mailing list