diff options
author | oliver <oliver@FreeBSD.org> | 2003-12-11 02:41:36 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-12-11 02:41:36 +0800 |
commit | 75787548d5b6fce32ed52c62c8b02a06733c4333 (patch) | |
tree | 50f688816325061579e8ba284a0e817e067f91c2 /x11-fm | |
parent | 0188de7549be8311064bbd181cabdd2398b49d0f (diff) | |
download | freebsd-ports-gnome-75787548d5b6fce32ed52c62c8b02a06733c4333.tar.gz freebsd-ports-gnome-75787548d5b6fce32ed52c62c8b02a06733c4333.tar.zst freebsd-ports-gnome-75787548d5b6fce32ed52c62c8b02a06733c4333.zip |
lower the gcc requirement to 3.2
Approved by: maintainer
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/emelfm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile index 73232d04d27c..79744bf5543a 100644 --- a/x11-fm/emelfm2/Makefile +++ b/x11-fm/emelfm2/Makefile @@ -16,7 +16,7 @@ COMMENT= The gtk2 port of emelfm, a fast graphical filemanager USE_GNOME= gtk20 USE_X_PREFIX= yes USE_GMAKE= yes -USE_GCC= 3.3 +USE_GCC= 3.2 USE_GETOPT_LONG=yes INSTALLS_SHLIB= yes |