svn commit: r331800 - in head: comms/efax-gtk x11-toolkits/c++-gtk-utils
Pawel Pekala
pawel at FreeBSD.org
Sun Oct 27 19:35:13 UTC 2013
Author: pawel
Date: Sun Oct 27 19:35:12 2013
New Revision: 331800
URL: http://svnweb.freebsd.org/changeset/ports/331800
Log:
Revert USE_GCC to yes
Requested by: gerald
Modified:
head/comms/efax-gtk/Makefile
head/x11-toolkits/c++-gtk-utils/Makefile
Modified: head/comms/efax-gtk/Makefile
==============================================================================
--- head/comms/efax-gtk/Makefile Sun Oct 27 18:56:52 2013 (r331799)
+++ head/comms/efax-gtk/Makefile Sun Oct 27 19:35:12 2013 (r331800)
@@ -21,7 +21,7 @@ USES= pkgconfig
USE_GHOSTSCRIPT_RUN=yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-USE_GCC= 4.6+
+USE_GCC= yes
CONFLICTS= efax-[0-9]*
Modified: head/x11-toolkits/c++-gtk-utils/Makefile
==============================================================================
--- head/x11-toolkits/c++-gtk-utils/Makefile Sun Oct 27 18:56:52 2013 (r331799)
+++ head/x11-toolkits/c++-gtk-utils/Makefile Sun Oct 27 19:35:12 2013 (r331800)
@@ -14,7 +14,7 @@ COMMENT= Lightweight library for program
LICENSE= LGPL21
GNU_CONFIGURE= yes
-USE_GCC= 4.6+
+USE_GCC= yes
USES= pathfix pkgconfig
USE_GNOME= gtk20
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list