diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 06:44:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 06:44:48 +0000 |
commit | 389b87950f37ba9e1ebc869e2515f982ce2f0e48 (patch) | |
tree | fff2791d4325ee2fcec2ae7659c2cd7888c2dff4 /sysutils/heirloom | |
parent | 61149bd58a0d337f1530899f328e8bb43f6d0e47 (diff) | |
download | ports-389b87950f37ba9e1ebc869e2515f982ce2f0e48.tar.gz ports-389b87950f37ba9e1ebc869e2515f982ce2f0e48.zip |
Notes
Diffstat (limited to 'sysutils/heirloom')
-rw-r--r-- | sysutils/heirloom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile index 1db4127f2ab5..b60041a3d54c 100644 --- a/sysutils/heirloom/Makefile +++ b/sysutils/heirloom/Makefile @@ -31,6 +31,10 @@ REINPLACE_SUB= DATADIR="${DATADIR}" EXTRA_PATCHES= ${FILESDIR}/extra-utmpx .endif +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + _MANPREFIX= ${DATADIR}/usr/share/man/5man _MSECS= 1 1b 1m 2 3 4 5 6 7 8 |