diff options
author | linimon <linimon@FreeBSD.org> | 2011-08-29 12:17:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-08-29 12:17:02 +0800 |
commit | 91b0de30439bcdedd98c2f0aa5b50d071b17dc57 (patch) | |
tree | 3eeec484f99dee9e67808076608528b9ef5d5c24 /textproc | |
parent | d19f3a48bf9093526c4de8be560d90364cfe5fc4 (diff) | |
download | freebsd-ports-gnome-91b0de30439bcdedd98c2f0aa5b50d071b17dc57.tar.gz freebsd-ports-gnome-91b0de30439bcdedd98c2f0aa5b50d071b17dc57.tar.zst freebsd-ports-gnome-91b0de30439bcdedd98c2f0aa5b50d071b17dc57.zip |
Mark as broken on recent -current. While here, remove dead mastersite.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coco/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index cf64260c52dd..3fc0c4103dea 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -9,8 +9,7 @@ PORTNAME= coco PORTVERSION= ${MULE_VERSION} PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ \ - ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \ +MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \ http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/mule/ DISTFILES= mule-${MULE_VERSION}-${EMACS_VERSION}.tar.gz \ mule-${MULE_VERSION}-${EMACS_VERSION}.patch-981002.tar.gz @@ -34,6 +33,8 @@ INSTALL_TARGET= install-coco install-m2ps .if ${ARCH} != "i386" BROKEN= Does not compile on !i386 +.elif ${OSVERSION} >= 900035 +BROKEN= Does not compile on recent FreeBSD-9 .endif # extract patches for mule2.3 based on emacs-19.34b |