diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-01 14:01:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-01 14:01:36 +0800 |
commit | b73ebce1f12904172619240df5fbbacfd559cf79 (patch) | |
tree | 6e05fdd5c418499296a726bd52b72fa538ff0816 /security | |
parent | 77cf6b6a08f5da84a734a07a5a33381a29c910c6 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |