aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-04-01 14:01:36 +0800
committerlinimon <linimon@FreeBSD.org>2010-04-01 14:01:36 +0800
commitb73ebce1f12904172619240df5fbbacfd559cf79 (patch)
tree6e05fdd5c418499296a726bd52b72fa538ff0816 /security
parent77cf6b6a08f5da84a734a07a5a33381a29c910c6 (diff)
downloadfreebsd-ports-gnome-b73ebce1f12904172619240df5fbbacfd559cf79.tar.gz
freebsd-ports-gnome-b73ebce1f12904172619240df5fbbacfd559cf79.tar.zst
freebsd-ports-gnome-b73ebce1f12904172619240df5fbbacfd559cf79.zip
Mark as not yet ported to powerpc.
Hat: portmgr
Diffstat (limited to 'security')
-rw-r--r--security/pgpin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile
index 3b34138264b3..b12298fd74dd 100644
--- a/security/pgpin/Makefile
+++ b/security/pgpin/Makefile
@@ -48,4 +48,10 @@ do-install:
config.txt ${PGPLIB}
-${PREFIX}/bin/pgpin > /dev/null 2>&1 # update .idx file
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+IGNORE= does not build: not yet ported to powerpc
+.endif
+
+.include <bsd.port.post.mk>