diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-13 11:05:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-13 11:05:35 +0000 |
commit | 6b26fadf9587993f87339ecab8cde86d30c031fd (patch) | |
tree | 4ca86594d4b687ff12c13eba83d5fb3750f7c655 /x11/elicit | |
parent | 13cf138aa67a04d3b3ea43a335f717a68998f701 (diff) | |
download | ports-6b26fadf9587993f87339ecab8cde86d30c031fd.tar.gz ports-6b26fadf9587993f87339ecab8cde86d30c031fd.zip |
Notes
Diffstat (limited to 'x11/elicit')
-rw-r--r-- | x11/elicit/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/elicit/Makefile b/x11/elicit/Makefile index 45722abb94d0..9365be96e0d8 100644 --- a/x11/elicit/Makefile +++ b/x11/elicit/Makefile @@ -29,4 +29,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= edje is broken on ia64 +.endif + +.include <bsd.port.post.mk> |