summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-01-18 20:18:17 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-01-18 20:18:17 +0000
commitfdbed417cb2fe5269f7e68da6639b1c812747dba (patch)
treed6274208abd21685626259872cd57cf491f2456f /net-im
parentMark ONLY_FOR_ARCHS=i386: JDIC needs com.sun.jnlp, which is part of the (diff)
Disable libtray on ! i386.
Notes
Notes: svn path=/head/; revision=182756
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mercury/Makefile8
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>