diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-22 23:52:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-22 23:52:54 +0000 |
commit | 34350baf035ad48389c29e47286755d5c0813100 (patch) | |
tree | 932c0ab71354dab7975099d6390ff4584b1e9016 /sysutils/progsreiserfs | |
parent | a318c61145927b3f9fe810bafaecc764ecb83877 (diff) | |
download | ports-34350baf035ad48389c29e47286755d5c0813100.tar.gz ports-34350baf035ad48389c29e47286755d5c0813100.zip |
Notes
Diffstat (limited to 'sysutils/progsreiserfs')
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 264e9711c214..81818a461c84 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -35,8 +35,8 @@ MAN8= cpfs.reiserfs.8 mkfs.reiserfs.8 reiserfs.8 \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on non-i386 and non-amd64" .endif .if ${OSVERSION} >= 500041 |