aboutsummaryrefslogtreecommitdiffstats
path: root/cad/qelectrotech/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-03-17 06:33:04 +0800
committergerald <gerald@FreeBSD.org>2014-03-17 06:33:04 +0800
commit723e0963c523dfecf483a7fd88dbbf876c8f5f31 (patch)
tree300cd7180d00a94055a757e96b9638b3f16fa631 /cad/qelectrotech/Makefile
parent22e9540d676df1b01b7eaad4ec60e88ae5e83c56 (diff)
downloadfreebsd-ports-gnome-723e0963c523dfecf483a7fd88dbbf876c8f5f31.tar.gz
freebsd-ports-gnome-723e0963c523dfecf483a7fd88dbbf876c8f5f31.tar.zst
freebsd-ports-gnome-723e0963c523dfecf483a7fd88dbbf876c8f5f31.zip
Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat)
Diffstat (limited to 'cad/qelectrotech/Makefile')
-rw-r--r--cad/qelectrotech/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/qelectrotech/Makefile b/cad/qelectrotech/Makefile
index 643dba82932d..a37e51ff1bb0 100644
--- a/cad/qelectrotech/Makefile
+++ b/cad/qelectrotech/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= qmake
USE_QT4= gui moc_build network rcc_build \
sql-sqlite3_run svg uic_build xml designer
-USE_GCC= 4.7+
+USE_GCC= yes
INSTALLS_ICONS= yes
CXXFLAGS+= "-fno-ipa-sra"