diff options
Diffstat (limited to 'security/pgpin')
-rw-r--r-- | security/pgpin/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile index b12298fd74dd..3b34138264b3 100644 --- a/security/pgpin/Makefile +++ b/security/pgpin/Makefile @@ -48,10 +48,4 @@ do-install: config.txt ${PGPLIB} -${PREFIX}/bin/pgpin > /dev/null 2>&1 # update .idx file -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" -IGNORE= does not build: not yet ported to powerpc -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |