diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-03 14:06:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-03 14:06:59 +0000 |
commit | 5db4b3843ee6183a3333743b41f709ac063951fe (patch) | |
tree | 9dc8a0f1fcd94679fb9f5a79a8149744cdd5cc7d /sysutils/webjob | |
parent | 4aefe7bbe045fc426ef771d261da1bb785be1fb3 (diff) |
BROKEN on amd64: Configure fails
Notes
Notes:
svn path=/head/; revision=106040
Diffstat (limited to 'sysutils/webjob')
-rw-r--r-- | sysutils/webjob/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile index 88d0aba57b03..6d018f6340fc 100644 --- a/sysutils/webjob/Makefile +++ b/sysutils/webjob/Makefile @@ -32,7 +32,13 @@ CFLAGS+= -static MAN1= webjob.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Configure fails on amd64" +.endif + post-install: @${STRIP_CMD} ${PREFIX}/bin/webjob -.include <bsd.port.mk> +.include <bsd.port.post.mk> |