diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-18 20:18:17 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-18 20:18:17 +0000 |
commit | fdbed417cb2fe5269f7e68da6639b1c812747dba (patch) | |
tree | d6274208abd21685626259872cd57cf491f2456f /net-im | |
parent | 4bdd20018da3beaf77b79e3b7bf3ba9dc8a22e4f (diff) | |
download | ports-fdbed417cb2fe5269f7e68da6639b1c812747dba.tar.gz ports-fdbed417cb2fe5269f7e68da6639b1c812747dba.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mercury/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/mercury/Makefile b/net-im/mercury/Makefile index a33b37aebce9..13b9df5dce21 100644 --- a/net-im/mercury/Makefile +++ b/net-im/mercury/Makefile @@ -51,6 +51,12 @@ PLIST_SUB+= VID="" VIDJAR="${VIDJAR}" PLIST_SUB+= VID="@comment " VIDJAR="" .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +WITHOUT_TRAY= yes +.endif + .if !defined(WITHOUT_TRAY) LIB_DEPENDS+= tray.0:${PORTSDIR}/x11-toolkits/jdic .endif @@ -71,4 +77,4 @@ do-install: ${INSTALL_DATA} ${_DISTDIR}/${VIDJAR} ${INSTDIR}/lib .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |