diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-08-29 04:17:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-08-29 04:17:02 +0000 |
commit | 6609e44f7405fbb473e789dced97bd0303711661 (patch) | |
tree | cb1cd396bc3eb201a8bda0c3347f116e1b5b0095 /textproc | |
parent | efa1c3c47cd0829a3e4f26f3c9fc5b8134f7ea73 (diff) | |
download | ports-6609e44f7405fbb473e789dced97bd0303711661.tar.gz ports-6609e44f7405fbb473e789dced97bd0303711661.zip |
Notes
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 |