aboutsummaryrefslogtreecommitdiffstats
path: root/security/ckpass
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2011-11-11 13:44:11 +0800
committernovel <novel@FreeBSD.org>2011-11-11 13:44:11 +0800
commitb80fcce015dec2239a66be814d5cbbc04846bb41 (patch)
tree166ed5681ab8d146e304dfb70fe2828a7e28d68e /security/ckpass
parenta5524d23c6a58382b261335255101d67ff368cdd (diff)
downloadfreebsd-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/Makefile8
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>