diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-29 01:15:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-29 01:15:26 +0000 |
commit | 4e34854f7429d3b07bac4ee43aa467c8ebaa565f (patch) | |
tree | f050564922a6d56b0797a5994115085a6dd76940 | |
parent | b07ec5fead8770209b7bfae4baa7c91e15895653 (diff) | |
download | freebsd-ports-4e34854f7429d3b07bac4ee43aa467c8ebaa565f.zip |
- Mark BROKEN outside i386
-rw-r--r-- | devel/jakarta-commons-daemon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/jakarta-commons-daemon/Makefile b/devel/jakarta-commons-daemon/Makefile index 895cb200df3f..b40dc8b6da5e 100644 --- a/devel/jakarta-commons-daemon/Makefile +++ b/devel/jakarta-commons-daemon/Makefile @@ -34,6 +34,12 @@ INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar bin/jsvc +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= Does not configure +.endif + post-build: cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} all @@ -42,4 +48,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/jsvc ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |