diff options
author | gerald <gerald@FreeBSD.org> | 2008-12-28 19:06:35 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-12-28 19:06:35 +0800 |
commit | 8a7ce54b91360978a6a888adcc029651b6896bb5 (patch) | |
tree | d71070370edc1f46282a4e47f707137e9df75189 /devel | |
parent | c06f4c73270c4aed4ca94f2b8a1134a109a4203f (diff) | |
download | freebsd-ports-gnome-8a7ce54b91360978a6a888adcc029651b6896bb5.tar.gz freebsd-ports-gnome-8a7ce54b91360978a6a888adcc029651b6896bb5.tar.zst freebsd-ports-gnome-8a7ce54b91360978a6a888adcc029651b6896bb5.zip |
Remove #USE_GCC=3.4.
Approved by: oliver
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libwfut/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libwfut/Makefile b/devel/libwfut/Makefile index 117a42aaa41a..47f5697c88fe 100644 --- a/devel/libwfut/Makefile +++ b/devel/libwfut/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ CONFIGURE_ARGS+=--without-python GNU_CONFIGURE= yes USE_GNOME= gnomehack -#USE_GCC= 3.4 USE_LDCONFIG= yes MAN1= wfut.1 |