diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-01 15:18:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-01 15:18:33 +0800 |
commit | a2ea915bb8193c976b747792d3f088b792290746 (patch) | |
tree | 4a6ba0c5c71bcb013898eeb54435120522f074f6 /games | |
parent | b8cdd4b6c13d1880a218ae85d79614a22abfbc44 (diff) | |
download | freebsd-ports-gnome-a2ea915bb8193c976b747792d3f088b792290746.tar.gz freebsd-ports-gnome-a2ea915bb8193c976b747792d3f088b792290746.tar.zst freebsd-ports-gnome-a2ea915bb8193c976b747792d3f088b792290746.zip |
- Mark BROKEN for upcoming xorg 7.5
Diffstat (limited to 'games')
-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}: \ |