diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 04:15:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 04:15:05 +0800 |
commit | 8e8d57e09bed0b1f074e4cec3cb12e98bb53732b (patch) | |
tree | ac8b8dd1b637ebd511885233f552114b0c3edd77 /devel | |
parent | 990545fcaaa0fe16aba462869806e8e70f39990c (diff) | |
download | freebsd-ports-graphics-8e8d57e09bed0b1f074e4cec3cb12e98bb53732b.tar.gz freebsd-ports-graphics-8e8d57e09bed0b1f074e4cec3cb12e98bb53732b.tar.zst freebsd-ports-graphics-8e8d57e09bed0b1f074e4cec3cb12e98bb53732b.zip |
BROKEN: Unfetchable
Approved by: portmgr (self)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-understand_ada/Makefile | 2 | ||||
-rw-r--r-- | devel/linux-understand_c/Makefile | 2 | ||||
-rw-r--r-- | devel/linux-understand_java/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile index 97572b21144..a599e1650a6 100644 --- a/devel/linux-understand_ada/Makefile +++ b/devel/linux-understand_ada/Makefile @@ -19,6 +19,8 @@ COMMENT= Understand can parse a Ada project helping reverse engineer it RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs +BROKEN= Unfetchable + ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index aff8172938c..9138c2c66a3 100644 --- a/devel/linux-understand_c/Makefile +++ b/devel/linux-understand_c/Makefile @@ -20,6 +20,8 @@ COMMENT= Understand can parse a C/C++ project helping reverse engineer it RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs +BROKEN= Unfetchable + ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/devel/linux-understand_java/Makefile b/devel/linux-understand_java/Makefile index 2ca9215ba29..1e6b3f837a6 100644 --- a/devel/linux-understand_java/Makefile +++ b/devel/linux-understand_java/Makefile @@ -19,6 +19,8 @@ COMMENT= Understand can parse a Java project helping reverse engineer it RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs +BROKEN= Unfetchable + ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes NO_BUILD= yes |