diff options
-rw-r--r-- | cad/fandango/Makefile | 2 | ||||
-rw-r--r-- | math/clarence/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/guis/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile index 69183e909ce8..08a91b8f5266 100644 --- a/cad/fandango/Makefile +++ b/cad/fandango/Makefile @@ -18,6 +18,8 @@ COMMENT= A python scripted 3D CAD application LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python +BROKEN= Broken dependency after python 2.4 update + USE_GL= yes USE_GNOME= gnometarget USE_KDEBASE_VER= 3 diff --git a/math/clarence/Makefile b/math/clarence/Makefile index bf869f2f92cd..617893a8f2ed 100644 --- a/math/clarence/Makefile +++ b/math/clarence/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://clay.ll.pl/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Programmer's calculator +BROKEN= "Broken dependency after python 2.4 update" + USE_GNOME= pygtk2 USE_REINPLACE= yes USE_PYTHON= yes diff --git a/x11-toolkits/guis/Makefile b/x11-toolkits/guis/Makefile index 7c1d41b78f11..78a4994c53b8 100644 --- a/x11-toolkits/guis/Makefile +++ b/x11-toolkits/guis/Makefile @@ -26,6 +26,8 @@ MAKE_ENV= PYTHONCFLAGS="-I${LOCALBASE}/include/python${USE_PYTHON} ${PTHREAD_CFL RUBY="ruby18" ALL_TARGET= prog +BROKEN= Broken dependency after python 2.4 update + PLIST_FILES= bin/pyguis bin/ruguis bin/pyguis-scripter bin/ruguis-scripter MAN1= pyguis.1 MLINKS= pyguis.1 ruguis.1 \ |