aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 14:34:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 14:34:52 +0000
commitefa63f6ba4d035a78bf22994112284daa54d01e2 (patch)
treea8e60f648b180d79a27a101c6135bb1ecf9d5c89 /emulators
parent07dc5b5098fa633c7cf68ca1d4973f913a455e22 (diff)
downloadports-efa63f6ba4d035a78bf22994112284daa54d01e2.tar.gz
ports-efa63f6ba4d035a78bf22994112284daa54d01e2.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dynagen-devel/Makefile1
-rw-r--r--emulators/dynagen/Makefile1
-rw-r--r--emulators/dynamips-devel/Makefile1
-rw-r--r--emulators/dynamips/Makefile1
-rw-r--r--emulators/nonpareil/Makefile1
-rw-r--r--emulators/openmsx/Makefile1
-rw-r--r--emulators/raine/Makefile1
-rw-r--r--emulators/vba/Makefile1
-rw-r--r--emulators/xmame/Makefile4
9 files changed, 0 insertions, 12 deletions
diff --git a/emulators/dynagen-devel/Makefile b/emulators/dynagen-devel/Makefile
index 8c234950d89f..0af303bf5c03 100644
--- a/emulators/dynagen-devel/Makefile
+++ b/emulators/dynagen-devel/Makefile
@@ -25,7 +25,6 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 0.4.4
ALL_TARGET= # empty
-USE_GCC= 3.4+
USE_DOS2UNIX= yes
post-install:
diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile
index 74126438a384..46908cf1a684 100644
--- a/emulators/dynagen/Makefile
+++ b/emulators/dynagen/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= dynamips:${PORTSDIR}/emulators/dynamips-devel
USE_PYTHON= yes
USE_PYDISTUTILS= yes
ALL_TARGET= # empty
-USE_GCC= 3.4+
USE_DOS2UNIX= yes
post-install:
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile
index 368c46cbacbd..d2b2b5ec9d6d 100644
--- a/emulators/dynamips-devel/Makefile
+++ b/emulators/dynamips-devel/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
CONFLICTS= dynamips-[0-9]*
USE_GMAKE= yes
-USE_GCC= 3.2+
ALL_TARGET= ${PORTNAME} nvram_export
MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\
PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile
index f861282b5f8d..f81c73abaec8 100644
--- a/emulators/dynamips/Makefile
+++ b/emulators/dynamips/Makefile
@@ -17,7 +17,6 @@ COMMENT= Cisco 3600/7200 Simulator
LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
USE_GMAKE= yes
-USE_GCC= 3.2+
ALL_TARGET= ${PORTNAME} nvram_export
MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\
PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\
diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile
index f50f6b86a35d..59ec7446393d 100644
--- a/emulators/nonpareil/Makefile
+++ b/emulators/nonpareil/Makefile
@@ -20,7 +20,6 @@ USE_BISON= build
USE_SCONS= yes
USE_GNOME= gtk20 libxml2
USE_SDL= mixer
-USE_GCC= 3.4+
SCONS_ARGS+= prefix="${PREFIX}"
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index 6dc2348eef40..15e886d31e5e 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -28,7 +28,6 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
MAKEFILE= GNUmakefile
USE_GMAKE= yes
-USE_GCC= 3.3+
USE_TCL= 84
USE_TCL_BUILD= 84
USE_SDL= sdl image
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
index e2b2b09c383f..f4e19bd5f0fb 100644
--- a/emulators/raine/Makefile
+++ b/emulators/raine/Makefile
@@ -21,7 +21,6 @@ LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro \
vga.1:${PORTSDIR}/graphics/svgalib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GCC= 3.2+
USE_BZIP2= yes
USE_GMAKE= yes
USE_SDL= sdl
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index ccb3dfd3b6a6..3b2d20e43fc6 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -43,7 +43,6 @@ BROKEN= Fails to compile: internal gcc error
.ifdef(WITH_GTK2)
PLIST_SUB= INSTALL_GTK2=""
-USE_GCC= 3.4+
CONFIGURE_ARGS+= --enable-gtk=2.4
USE_GNOME= gnomelibs gtk20
LIB_DEPENDS+= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index f83eef163065..4455c41571c8 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -115,10 +115,6 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS}
BROKEN= internal gcc error on FreeBSD < 6.x
.endif
-.if (${MAMEMESS} == "mess")
-USE_GCC= 3.4+
-.endif
-
.if defined(WITH_ASM68K)
ASM_COMMENT=
.else