diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-20 00:05:42 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-20 00:05:42 +0800 |
commit | 11f796ec5bc3156abb579494681dc966d8676b26 (patch) | |
tree | b6b0bb1bffe04439bdd2e93008f3edbef506370d /cad | |
parent | 090b57ed93d4df5e46ffac2bf525e6e427cfa10c (diff) | |
download | freebsd-ports-gnome-11f796ec5bc3156abb579494681dc966d8676b26.tar.gz freebsd-ports-gnome-11f796ec5bc3156abb579494681dc966d8676b26.tar.zst freebsd-ports-gnome-11f796ec5bc3156abb579494681dc966d8676b26.zip |
- Mark BROKEN: does not fetch.
Submitted by: pavbot
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 390fd09f1ac2..cc04b6108eb4 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -22,6 +22,8 @@ INSTALLS_OMF= yes .include <bsd.port.pre.mk> +BROKEN= does not fetch + post-patch: @${REINPLACE_CMD} -e "s|-Wall|${CFLAGS}|g" ${WRKSRC}/SConstruct |