diff options
author | novel <novel@FreeBSD.org> | 2011-11-11 13:44:11 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-11-11 13:44:11 +0800 |
commit | b80fcce015dec2239a66be814d5cbbc04846bb41 (patch) | |
tree | 166ed5681ab8d146e304dfb70fe2828a7e28d68e /security/ckpass | |
parent | a5524d23c6a58382b261335255101d67ff368cdd (diff) | |
download | freebsd-ports-gnome-b80fcce015dec2239a66be814d5cbbc04846bb41.tar.gz freebsd-ports-gnome-b80fcce015dec2239a66be814d5cbbc04846bb41.tar.zst freebsd-ports-gnome-b80fcce015dec2239a66be814d5cbbc04846bb41.zip |
Unbreak security/ckpass on powerpc by actually
fixing libkpass which it depends on.
Reported by: linimon
Feature safe: yes
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> |