aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-22 10:48:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-22 10:48:57 +0000
commit78bc8e3bd931f794ed5c838d21ec5342f52a352e (patch)
treee59cf4fba12c11cd7755f5d851696878698e5ee5 /ftp/proftpd
parente9171c86189fb2b556d54af1bb80d3ca9b7376a1 (diff)
downloadports-78bc8e3bd931f794ed5c838d21ec5342f52a352e.tar.gz
ports-78bc8e3bd931f794ed5c838d21ec5342f52a352e.zip
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index da5987679765..a284d983aa84 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -101,6 +101,10 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}"
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
+BROKEN= Does not compile on sparc64-9: storage size of 'utx' isn't known
+.endif
+
.if !defined(WITHOUT_RATIO)
MODULES:=${MODULES}:mod_ratio
.endif