diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-25 11:16:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-25 11:16:36 +0800 |
commit | de6e2abf0781a3e24489553ac8dd497fe532ec1c (patch) | |
tree | fc0541fda6b88dc3b7600a3ab6973833e12f92cd /games | |
parent | d3c3f45cfe72b0c4117b4c4afac69a73c29c7dbd (diff) | |
download | freebsd-ports-gnome-de6e2abf0781a3e24489553ac8dd497fe532ec1c.tar.gz freebsd-ports-gnome-de6e2abf0781a3e24489553ac8dd497fe532ec1c.tar.zst freebsd-ports-gnome-de6e2abf0781a3e24489553ac8dd497fe532ec1c.zip |
- Change GCC 4.4 to 4.6
Submitted by: gerald
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/openyahtzee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 7c53c8e24e09..6f95983a9b45 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes -USE_GCC= 4.4+ +USE_GCC= 4.6+ USE_WX= 2.8+ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes |