diff options
author | kris <kris@FreeBSD.org> | 2003-08-10 14:44:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-10 14:44:43 +0800 |
commit | 411356d9feeda5e4e9bdd5631d27df581713404c (patch) | |
tree | 2e56fc490a14fb372c9105744846ec833edfe122 /games/pp | |
parent | 8f7682d9efeb16ac1874765696a118412f050030 (diff) | |
download | freebsd-ports-gnome-411356d9feeda5e4e9bdd5631d27df581713404c.tar.gz freebsd-ports-gnome-411356d9feeda5e4e9bdd5631d27df581713404c.tar.zst freebsd-ports-gnome-411356d9feeda5e4e9bdd5631d27df581713404c.zip |
Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKEN
on 5.x machines (compile and configure failure, respectively).
PR: 52731
Submitted by: trevor
Diffstat (limited to 'games/pp')
-rw-r--r-- | games/pp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/pp/Makefile b/games/pp/Makefile index ce518a1b7630..8f4ed0dd9309 100644 --- a/games/pp/Makefile +++ b/games/pp/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Prometeus Project - real time strategy game for X Window System WRKSRC= ${WRKDIR}/ppsrc +USE_GCC= 2.95 USE_QT_VER= 1 USE_X_PREFIX= yes |