diff options
author | kris <kris@FreeBSD.org> | 2004-12-11 21:16:33 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-11 21:16:33 +0000 |
commit | f3b553dcd06df54f8da6a89b4262f235cee3a7b6 (patch) | |
tree | e2de656057072fc7819b79ff9a3f41b0be137185 | |
parent | b893ba00b4d6da2e2566eac1cbbcf36fcb0c6f1a (diff) | |
download | FreeBSD-ports-f3b553dcd06df54f8da6a89b4262f235cee3a7b6.zip FreeBSD-ports-f3b553dcd06df54f8da6a89b4262f235cee3a7b6.tar.gz |
BROKEN: Broken dependency after python 2.4 update
-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 69183e9..08a91b8 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 bf869f2..617893a 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 7c1d41b..78a4994 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 \ |