diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 07:32:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 07:32:57 +0000 |
commit | 7bbeb18540a9eb82db9909c49b2faed61a470fbe (patch) | |
tree | 18d15fab5d6038e87ee934fd38b720f1a24df593 /databases | |
parent | 2f6281368663fb5fbad9686abfcba9154fe12e17 (diff) | |
download | ports-7bbeb18540a9eb82db9909c49b2faed61a470fbe.tar.gz ports-7bbeb18540a9eb82db9909c49b2faed61a470fbe.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ip4r/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/databases/ip4r/Makefile b/databases/ip4r/Makefile index 6d37be0df09e..6a10f535485a 100644 --- a/databases/ip4r/Makefile +++ b/databases/ip4r/Makefile @@ -36,4 +36,13 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/README.ip4r \ ${PREFIX}/share/doc/postgresql/contrib -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +.if ${ARCH} == "sparc64" +BROKEN= Does not find dependency gcc42 +.endif +.endif + + +.include <bsd.port.post.mk> |