diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 21:59:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 21:59:38 +0000 |
commit | 02622773e6473a21d9d7714f5735f66be7049572 (patch) | |
tree | b31d7ec4688d37aa34a38f4d236c46c4823da5a6 /net-im | |
parent | 3469df6705e52cb84b29c706b943b2a55021ffb1 (diff) | |
download | ports-02622773e6473a21d9d7714f5735f66be7049572.tar.gz ports-02622773e6473a21d9d7714f5735f66be7049572.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mercury/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/net-im/mercury/Makefile b/net-im/mercury/Makefile index aacbb8616d14..e79c0f4948df 100644 --- a/net-im/mercury/Makefile +++ b/net-im/mercury/Makefile @@ -56,16 +56,6 @@ 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 - post-extract: ${MKDIR} ${WRKDIR}/icons cd ${WRKDIR}/icons && \ @@ -87,4 +77,4 @@ do-install: ${INSTALL_DATA} ${_DISTDIR}/${VIDJAR} ${INSTDIR}/lib .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |