From 54f0c0077e1a0e648decd1bcba9b5327d30b0c49 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 2 Jan 2005 00:57:25 +0000 Subject: [PATCH] BROKEN: Does not compile Approved by: portmgr (self) --- games/enigma/Makefile | 2 ++ math/fung-calc/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 946fdaf5af62..858d79999c1f 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libzipios.a:${PORTSDIR}/archivers/zipios++ BUILD_DEPENDS+= ${LOCALBASE}/bin/tolua:${PORTSDIR}/lang/tolua4 LIB_DEPENDS= lua.4:${PORTSDIR}/lang/lua4 +BROKEN= Does not compile + USE_GCC= 3.3 GNU_CONFIGURE= yes diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile index 4f53e7f0f433..d20b3da67d8a 100644 --- a/math/fung-calc/Makefile +++ b/math/fung-calc/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= markus@FreeBSD.org COMMENT= Advanced graphic calculator +BROKEN= Does not compile + USE_KDELIBS_VER= 3 USE_GL= yes USE_GMAKE= yes