1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Unbreak because we found the problem (thx to stas@)

This commit is contained in:
Martin Wilke 2010-05-01 08:29:40 +00:00
parent cc7c2bb275
commit 693ef828a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253501
2 changed files with 0 additions and 4 deletions

View File

@ -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}: \

View File

@ -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