diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-01 07:18:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-01 07:18:33 +0000 |
commit | 33815f8877cf02b1710156af1c7c20f6d3c8f608 (patch) | |
tree | 78f0e0bbcbf4922bed319e732a77b877fd994ba4 /games/qix | |
parent | 79022b5afda40afe161d7a9455b99f33d12dec54 (diff) | |
download | ports-33815f8877cf02b1710156af1c7c20f6d3c8f608.tar.gz ports-33815f8877cf02b1710156af1c7c20f6d3c8f608.zip |
Notes
Diffstat (limited to 'games/qix')
-rw-r--r-- | games/qix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/qix/Makefile b/games/qix/Makefile index ea6b4e5c437c..580149ffa001 100644 --- a/games/qix/Makefile +++ b/games/qix/Makefile @@ -38,6 +38,8 @@ 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}: \ |