diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:40:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:40:24 +0800 |
commit | de4299b864dd56beaad5f2bbac07981a91fdd8b7 (patch) | |
tree | bd34604939dd53046ba879d883de065e6fb2d52e /sysutils | |
parent | 34537c4182d03b59d89c0ae6981cbc316131cb2e (diff) | |
download | freebsd-ports-gnome-de4299b864dd56beaad5f2bbac07981a91fdd8b7.tar.gz freebsd-ports-gnome-de4299b864dd56beaad5f2bbac07981a91fdd8b7.tar.zst freebsd-ports-gnome-de4299b864dd56beaad5f2bbac07981a91fdd8b7.zip |
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cpdup/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile index 95c981082aaa..5333f951fbaf 100644 --- a/sysutils/cpdup/Makefile +++ b/sysutils/cpdup/Makefile @@ -27,4 +27,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + +.include <bsd.port.post.mk> |