diff options
author | arved <arved@FreeBSD.org> | 2002-11-22 05:04:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-22 05:04:07 +0800 |
commit | 65a3360c2a87d9cf4fcf15f7373591f727a27b1e (patch) | |
tree | 840b063837702b7257e4dafc5ef46f7615215ef0 /math | |
parent | 3507b2fa88d8c9b76b0549ef4ceded2af184de3a (diff) | |
download | freebsd-ports-gnome-65a3360c2a87d9cf4fcf15f7373591f727a27b1e.tar.gz freebsd-ports-gnome-65a3360c2a87d9cf4fcf15f7373591f727a27b1e.tar.zst freebsd-ports-gnome-65a3360c2a87d9cf4fcf15f7373591f727a27b1e.zip |
Add USE_GCC= 2.95
PR: 45564
Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>(maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/kseg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/kseg/Makefile b/math/kseg/Makefile index fbb09c4e9a4b..6a518771196c 100644 --- a/math/kseg/Makefile +++ b/math/kseg/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.mit.edu/~ibaran/ MAINTAINER= kcwu@ck.tp.edu.tw +USE_GCC= 2.95 USE_QT_VER= 2 USE_X_PREFIX= yes USE_REINPLACE= yes |