diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-12 01:08:05 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-12 01:08:05 +0000 |
commit | bcfb2fbd8c14a202d3b0281aa1cf64aeac5f25f3 (patch) | |
tree | 7498a01a3305bbc6ff6f8c39caf64746c27fa6aa /security/saferpay/Makefile | |
parent | d773c16349fd33b3470f32fd513de69dcae58962 (diff) |
Notes
Diffstat (limited to 'security/saferpay/Makefile')
-rw-r--r-- | security/saferpay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/saferpay/Makefile b/security/saferpay/Makefile index 5243aedd7482..8fc45fb997f3 100644 --- a/security/saferpay/Makefile +++ b/security/saferpay/Makefile @@ -7,7 +7,7 @@ PORTNAME= saferpay PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.saferpay.com/download/ DISTFILES= ${PORTNAME}_${PORTVERSION}_linux-g++_src.tar.gz @@ -49,7 +49,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +.if ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif |