diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:40:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:40:30 +0000 |
commit | 17fc8543b51e977a24c2ee438c5ff155c8014aae (patch) | |
tree | c554f7e1273fb8c944835daa38befc1ce0a5db42 /devel | |
parent | Now builds on 4.x (diff) |
Now builds on sparc64
Notes
Notes:
svn path=/head/; revision=134391
Diffstat (limited to 'devel')
-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> |