summaryrefslogtreecommitdiff
path: root/graphics/grx
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-02-04 17:29:31 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-02-04 17:29:31 +0000
commit2f04751ededbfae3d716eb7188840e055fb89748 (patch)
treef331cde920ec63fae424400b90b6313109c36e52 /graphics/grx
parent Update to 1.4.3 (diff)
- Move USE_GCC=3.4 before <bsd.port.pre.mk> to work.
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=184139
Diffstat (limited to 'graphics/grx')
-rw-r--r--graphics/grx/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile
index d30476b8880b..e7361ff34805 100644
--- a/graphics/grx/Makefile
+++ b/graphics/grx/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A 2D graphics library
+USE_GCC= 3.4
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_XLIB= yes
@@ -38,10 +39,6 @@ INFO= grx
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000
-USE_GCC= 3.4
-.endif
-
.if defined(WITH_BGI)
CONFIGURE_ARGS+=--enable-bgi
PLIST_SUB+= BGI=""