diff options
author | kris <kris@FreeBSD.org> | 2005-04-30 09:40:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-30 09:40:30 +0800 |
commit | 30ca4b40b899c791b36798f2812985e69a8f0ea9 (patch) | |
tree | 9f9377fa2f1f9fdceb7738dfb2d222c74e1f2c71 | |
parent | 86682e3e77391ce3d41c738b6db315f6f49a0d76 (diff) | |
download | freebsd-ports-gnome-30ca4b40b899c791b36798f2812985e69a8f0ea9.tar.gz freebsd-ports-gnome-30ca4b40b899c791b36798f2812985e69a8f0ea9.tar.zst freebsd-ports-gnome-30ca4b40b899c791b36798f2812985e69a8f0ea9.zip |
Now builds on sparc64
-rw-r--r-- | devel/libassa/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index 375a5afa89ee..410f849b3377 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -21,13 +21,7 @@ USE_LIBTOOL_VER= 15 CONFIGURE_ARGS= --disable-html-docs INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= "Does not build" -.endif - post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |