diff options
-rw-r--r-- | audio/adplay/Makefile | 1 | ||||
-rw-r--r-- | audio/libadplug/Makefile | 1 | ||||
-rw-r--r-- | audio/libmodplug/Makefile | 1 | ||||
-rw-r--r-- | audio/ocp/Makefile | 1 | ||||
-rw-r--r-- | audio/playgsf/Makefile | 1 | ||||
-rw-r--r-- | devel/libbinio/Makefile | 1 | ||||
-rw-r--r-- | games/bloboats/Makefile | 1 | ||||
-rw-r--r-- | graphics/fig2sxd/Makefile | 1 | ||||
-rw-r--r-- | graphics/metacam/Makefile | 1 | ||||
-rw-r--r-- | misc/gnu-watch/Makefile | 2 |
10 files changed, 0 insertions, 11 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index 942f2bb..78b16f2 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= adplug-2.1:${PORTSDIR}/audio/libadplug GNU_CONFIGURE= yes WANT_SDL= yes -USE_GCC= 3.4+ DBFILE= adplug.db diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index 0bb443d..c63d1ae 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GCC= 3.4+ USE_GNOME= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 8ea7026..d0fc0dd 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= modplug-xmms MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries -USE_GCC= 3.2+ USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= pkgconfig diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index c20ddd3..1d787a4 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -25,7 +25,6 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GCC= 3.4+ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index de4f0a9..ae150791 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GCC= 3.4+ # disable optimization flags to avoid a possible bug in gcc # (gcc tries to allocate memory in an endless loop) diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index 8d3b76c..c6e6588 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -18,7 +18,6 @@ COMMENT= Binary I/O stream class library USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GCC= 3.4+ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index 31889ab..f2034da 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -20,7 +20,6 @@ COMMENT= A boat racing game in the spirit of Elasto Mania or X-Moto USE_GMAKE= yes USE_SDL= mixer image net sdl USE_GL= yes -USE_GCC= 3.4+ MAKE_ENV+= CXX="${CXX}" DATADIR="${DATADIR}" diff --git a/graphics/fig2sxd/Makefile b/graphics/fig2sxd/Makefile index 41319f0..1093c6d 100644 --- a/graphics/fig2sxd/Makefile +++ b/graphics/fig2sxd/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert .xfig files to the OpenOffice draw format USE_GMAKE= yes -USE_GCC= 3.4+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index 085567e..2869a65 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A digital camera EXIF meta-information reader USE_GMAKE= yes -USE_GCC= 3.4+ CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index 0eca046..c533b16 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -16,8 +16,6 @@ DISTNAME= procps-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= GNU watch command -USE_GCC= 3.4+ - LDFLAGS+= -lncurses MAN1= gnu-watch.1 |