diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-06-07 08:18:44 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-06-07 08:18:44 +0000 |
commit | 92c879543eb0ad2862b2bfe8ab17e2d6a9931e55 (patch) | |
tree | 0eeb1d748250c1e382ef5d0bc80997bdb5ced3e6 /devel/p4ftpd | |
parent | 8727993534b4e6bfa963e09a76d0f4a8e59cb82a (diff) |
Notes
Diffstat (limited to 'devel/p4ftpd')
-rw-r--r-- | devel/p4ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index 88677ddd08b6..57138b7b96fe 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -59,7 +59,7 @@ PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ .include <bsd.port.pre.mk> -.if ${OSVERSION} > 700017 +.if ${ARCH} == sparc64 && ${OSVERSION} > 700017 BROKEN= requires compat6x, which has not yet been relased .endif |