diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-07-31 09:55:45 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-07-31 09:55:45 +0000 |
commit | 6b56fab7a6cb8bbf9dd6088306dbff0c5cd39476 (patch) | |
tree | 8e18916a4f9937f03c63d80c62c520fc14643697 | |
parent | Update to the 20090728 snapshot of GCC 4.4.2. (diff) |
add USE_GCC=4.3+
bump portrevision because of boost update
Notes
Notes:
svn path=/head/; revision=238698
-rw-r--r-- | x11-toolkits/gigi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 5413090d1eca..843fe7a5d8da 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -7,6 +7,7 @@ PORTNAME= gigi PORTVERSION= 0.6.0.729 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -19,6 +20,7 @@ LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ boost_python.4:${PORTSDIR}/devel/boost-python-libs \ freetype.9:${PORTSDIR}/print/freetype2 +USE_GCC= 4.3+ USE_SCONS= yes SCONS_ARGS= prefix="" pkgconfigdir="" USE_BZIP2= yes |