diff options
-rw-r--r-- | cad/freecad/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index c3fc2289314..05d8c96ed0d 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/gts \ xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ Wm4Foundation.0:${PORTSDIR}/graphics/wildmagic +BROKEN= does not compile + USE_PYTHON= yes USE_QT_VER= 3 USE_GMAKE= yes diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 8f29c57ff9a..df9152f939e 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ xulrunner:${PORTSDIR}/www/xulrunner RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= does not compile + USE_GNOME= gtk20 libglade2 gtksourceview gconf2 librsvg2 GNU_CONFIGURE= yes USE_GMAKE= yes |