From 693ef828a26aa5cb92848177be5fcb2afa9dd055 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 1 May 2010 08:29:40 +0000 Subject: [PATCH] - Unbreak because we found the problem (thx to stas@) --- games/qix/Makefile | 2 -- x11/xgrab/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/games/qix/Makefile b/games/qix/Makefile index 580149ffa001..ea6b4e5c437c 100644 --- a/games/qix/Makefile +++ b/games/qix/Makefile @@ -38,8 +38,6 @@ MAN1= qix.1 FONTSDIR= lib/X11/fonts/local PLIST_SUB= FONTSDIR=${FONTSDIR} -BROKEN= fails to build with new xorg 7.5 - do-configure: @${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile~ ${SED} -e s:/usr/local:${PREFIX}: -e s:/usr/X11R6:${PREFIX}: \ diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index e7b5238071b2..a4418b4d64db 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -28,8 +28,6 @@ MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ # "make depend" blows up XMKMF= xmkmf -BROKEN= fails to build with xorg 7.5 - .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