diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-01 14:39:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-01 14:39:37 +0800 |
commit | 0527d8e221f5f71faccebb14d7b4f7939f948489 (patch) | |
tree | 5c8096eab3e13a376b6ca70fd1f40e6799200368 /security/pgpin | |
parent | 39942a71c1f54b619ff1a8a20392e9a0b954429a (diff) | |
download | freebsd-ports-gnome-0527d8e221f5f71faccebb14d7b4f7939f948489.tar.gz freebsd-ports-gnome-0527d8e221f5f71faccebb14d7b4f7939f948489.tar.zst freebsd-ports-gnome-0527d8e221f5f71faccebb14d7b4f7939f948489.zip |
Revert previous commit: it had already been fixed.
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> |