diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 06:39:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 06:39:37 +0000 |
commit | 61149bd58a0d337f1530899f328e8bb43f6d0e47 (patch) | |
tree | 52cd65b0f87cc75987416c92eeb36d39410d643f /security | |
parent | 62290580bd1fa1014d3406faad37e1a5118c4acf (diff) | |
download | ports-61149bd58a0d337f1530899f328e8bb43f6d0e47.tar.gz ports-61149bd58a0d337f1530899f328e8bb43f6d0e47.zip |
Notes
Diffstat (limited to 'security')
-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> |