diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-04-23 15:22:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-04-23 15:22:27 +0000 |
commit | 016d27df7d28807ebd70b293dbc6dfff78443ab5 (patch) | |
tree | 156d33f6f3415e1a853337d0e6e301bb050aed23 /graphics | |
parent | 81ebdaf27018a239435c44f7a3bf8501384c860c (diff) | |
download | ports-016d27df7d28807ebd70b293dbc6dfff78443ab5.tar.gz ports-016d27df7d28807ebd70b293dbc6dfff78443ab5.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cenon/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index 882715bc496d..163bc4ea03db 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -17,8 +17,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= A vector graphics tool for GNUstep -BROKEN= Does not compile - GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes @@ -37,6 +35,10 @@ OPTIONS= FULL_LIBRARY "Install complete Cenon Library" off .include <bsd.port.pre.mk> +.if ${CC} == "gcc40" || ${CC} == "gcc41" || ${CC} == "gcc42" +BROKEN= Does not compile +.endif + .if defined(WITH_FULL_LIBRARY) DISTFILES+= CenonLibrary-${PORTVERSION}-1${EXTRACT_SUFX} PLIST_SUB+= FULL="" |