diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-09 01:19:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-09 01:19:40 +0800 |
commit | b2368c5e6c8f3123b197402b48ccd78eff140cda (patch) | |
tree | b7039fd48fa98d46bc37d6766341c78c82b48224 | |
parent | 31ab2731462bb41a10047fb0500f394b728a7b3b (diff) | |
download | freebsd-ports-gnome-b2368c5e6c8f3123b197402b48ccd78eff140cda.tar.gz freebsd-ports-gnome-b2368c5e6c8f3123b197402b48ccd78eff140cda.tar.zst freebsd-ports-gnome-b2368c5e6c8f3123b197402b48ccd78eff140cda.zip |
Convert to USES=display
-rw-r--r-- | games/qix/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games/qix/Makefile b/games/qix/Makefile index ea6b4e5c437c..442483d86eec 100644 --- a/games/qix/Makefile +++ b/games/qix/Makefile @@ -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-fonts/bdftopcf \ 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 |