diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 04:18:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 04:18:36 +0000 |
commit | adf65b9d87866d22b30a5f1017188b113082e354 (patch) | |
tree | 6bf96d34df333e90f2804a521d8dea5e84751b5b /security/lsh | |
parent | 012c833eba65b424ca602b4e06469943bfddb944 (diff) | |
download | ports-adf65b9d87866d22b30a5f1017188b113082e354.tar.gz ports-adf65b9d87866d22b30a5f1017188b113082e354.zip |
Notes
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index f6012156ffc3..a424cfee9608 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -55,4 +55,10 @@ test: (cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +BROKEN= Does not deinstall cleanly on powerpc +.endif + +.include <bsd.port.post.mk> |