diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-05 06:58:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-05 06:58:55 +0800 |
commit | 166d944eb12ebe366850c279e6754739a5d0debc (patch) | |
tree | d91d1c7f1231a24fe5c5e3c6e467906b255830ad | |
parent | 5b73a4fb4854ca3d83047949cff65108a705f90c (diff) | |
download | freebsd-ports-gnome-166d944eb12ebe366850c279e6754739a5d0debc.tar.gz freebsd-ports-gnome-166d944eb12ebe366850c279e6754739a5d0debc.tar.zst freebsd-ports-gnome-166d944eb12ebe366850c279e6754739a5d0debc.zip |
I am unable to test this as the port is broken. But I could find no
explaination in our cvs logs or the package website why this cannot be
compiled with GCC 3.1.
-rw-r--r-- | lang/cyclone/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/cyclone/Makefile b/lang/cyclone/Makefile index 839d209c16dc..59338d6fb3e9 100644 --- a/lang/cyclone/Makefile +++ b/lang/cyclone/Makefile @@ -18,7 +18,6 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ MAINTAINER= ports@geeksrus.net USE_GMAKE= yes -USE_GCC295= yes NO_PACKAGE= 'Neither CC nor CFLAGS safe.' WRKSRC= ${WRKDIR}/${PORTNAME} CYCBINDIR= ${PREFIX}/bin |