aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/gccxml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gccxml/Makefile b/devel/gccxml/Makefile
index 328a3f9c4657..087eaf9fe3b9 100644
--- a/devel/gccxml/Makefile
+++ b/devel/gccxml/Makefile
@@ -15,6 +15,9 @@ COMMENT= XML output extension to GCC
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
+DEPRECATED= Unmaintained upstream, still requires GCC 3.4 (strictly), just used by boost-pyste which is of archeological interest only itself
+EXPIRATION_DATE=2011-10-04
+
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-build
@@ -44,7 +47,7 @@ BROKEN= Build fails on powerpc
# the use of casted-pointer-dereferences as an lvalue to post-increment
# operations.
USE_GCC= 3.4
-CONFIGURE_ENV+= CPP="gcc34 -E"
+CONFIGURE_ENV+= CPP="gcc34 -E"
MAKE_ENV+= CPP="gcc34 -E"
.endif