diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-11-11 05:44:11 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-11-11 05:44:11 +0000 |
commit | f88c949669d2b862beb0353249df31d0ba187d0f (patch) | |
tree | da12e71447748e60bd0187818df3548af5ef8535 /security/ckpass | |
parent | b16a4315ce514476e11c7c7cedaaf50f0d6f1c02 (diff) | |
download | ports-f88c949669d2b862beb0353249df31d0ba187d0f.tar.gz ports-f88c949669d2b862beb0353249df31d0ba187d0f.zip |
Notes
Diffstat (limited to 'security/ckpass')
-rw-r--r-- | security/ckpass/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/ckpass/Makefile b/security/ckpass/Makefile index cee8610d6346..fd3989973fbe 100644 --- a/security/ckpass/Makefile +++ b/security/ckpass/Makefile @@ -23,10 +23,4 @@ CPPFLAGS+= "-I${LOCALBASE}/include" PLIST_FILES= bin/ckpass -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" -BROKEN= Does not configure on powerpc -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |