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 /math/xgfe | |
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 'math/xgfe')
-rw-r--r-- | math/xgfe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index 4c1856458a54..5cc2f3a00669 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -16,6 +16,7 @@ COMMENT= An X11 front-end for Gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +USE_GCC= 2.95 USE_QT_VER= 1 USE_X_PREFIX= yes |