diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-04 22:19:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-04 22:19:36 +0000 |
commit | 7bd53bb5b7ea734f26155e3f333c6a283eecba68 (patch) | |
tree | de3a1194d705e217eadcfb0214dbd1526f37dc2b /x11-toolkits | |
parent | 535402821aaaba4c48c4fe53c90abb35ff60ecc5 (diff) | |
download | ports-7bd53bb5b7ea734f26155e3f333c6a283eecba68.tar.gz ports-7bd53bb5b7ea734f26155e3f333c6a283eecba68.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/flu/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-fltk/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/flu/Makefile b/x11-toolkits/flu/Makefile index fd690fdfab41..acf841a5e4b9 100644 --- a/x11-toolkits/flu/Makefile +++ b/x11-toolkits/flu/Makefile @@ -17,6 +17,8 @@ COMMENT= A library containing extra widgets for FLTK LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN= does not compile + USE_GL= gl USE_LDCONFIG= yes HAS_CONFIGURE= yes diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile index 29e5e40b2c87..52c388249e5d 100644 --- a/x11-toolkits/py-fltk/Makefile +++ b/x11-toolkits/py-fltk/Makefile @@ -18,6 +18,8 @@ COMMENT= Python interface to FLTK window toolkit LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN== does not compile + USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes USE_XORG= x11 |