diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 05:22:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 05:22:13 +0800 |
commit | d78a3f3d5c124f21697f2bf2c0ce846c9f8cfc70 (patch) | |
tree | fbe01d77bc26cd97e55733012fb9930c9e15bf9d /devel/mico | |
parent | 33db5728eb4e1945cdbcee1768163d7b2b7d2511 (diff) | |
download | freebsd-ports-gnome-d78a3f3d5c124f21697f2bf2c0ce846c9f8cfc70.tar.gz freebsd-ports-gnome-d78a3f3d5c124f21697f2bf2c0ce846c9f8cfc70.tar.zst freebsd-ports-gnome-d78a3f3d5c124f21697f2bf2c0ce846c9f8cfc70.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index b085c2da1b4c..c1206ad6e328 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -115,6 +115,8 @@ MAN8= ird.8 micod.8 nsd.8 # Does not build on alpha 4.x .if ${OSVERSION} < 500000 NOT_FOR_ARCHS= alpha +.else +BROKEN= "Does not compile on FreeBSD >= 5.x" .endif post-extract: |