diff options
-rw-r--r-- | finance/gfp/Makefile | 2 | ||||
-rw-r--r-- | games/el/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gigi/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/finance/gfp/Makefile b/finance/gfp/Makefile index e30b01addd2d..df2ba0b83205 100644 --- a/finance/gfp/Makefile +++ b/finance/gfp/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Personal finances administration software +BROKEN= Does not build + USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.4+ diff --git a/games/el/Makefile b/games/el/Makefile index 086155ffbf95..c0d669e37a95 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ alut.1:${PORTSDIR}/audio/freealut RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data +BROKEN= Does not build + USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= libxml2 diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 9053127bc8d4..ff623f407a76 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil \ boost_filesystem.3:${PORTSDIR}/devel/boost \ freetype.9:${PORTSDIR}/print/freetype2 +BROKEN= Does not build + USE_BZIP2= yes USE_SCONS= yes SCONS_ARGS= prefix="" |