[SVN-Commit] r653 - in branches/experimental: mail/thunderbird-beta
www/firefox-beta www/seamonkey-beta
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Thu Oct 6 21:33:46 UTC 2011
Author: beat
Date: Thu Oct 6 21:33:39 2011
New Revision: 653
Log:
- Don't hardcode path to unzip as FreeBSD 9 provide unzip in base.
Noticed by: flo@
Modified:
branches/experimental/mail/thunderbird-beta/Makefile
branches/experimental/www/firefox-beta/Makefile
branches/experimental/www/seamonkey-beta/Makefile
Modified: branches/experimental/mail/thunderbird-beta/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-beta/Makefile Thu Oct 6 11:59:38 2011 (r652)
+++ branches/experimental/mail/thunderbird-beta/Makefile Thu Oct 6 21:33:39 2011 (r653)
@@ -17,7 +17,7 @@
BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \
cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
- ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+ unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
event-1.4:${PORTSDIR}/devel/libevent
Modified: branches/experimental/www/firefox-beta/Makefile
==============================================================================
--- branches/experimental/www/firefox-beta/Makefile Thu Oct 6 11:59:38 2011 (r652)
+++ branches/experimental/www/firefox-beta/Makefile Thu Oct 6 21:33:39 2011 (r653)
@@ -18,7 +18,7 @@
BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \
cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
- ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+ unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
event-1.4:${PORTSDIR}/devel/libevent
Modified: branches/experimental/www/seamonkey-beta/Makefile
==============================================================================
--- branches/experimental/www/seamonkey-beta/Makefile Thu Oct 6 11:59:38 2011 (r652)
+++ branches/experimental/www/seamonkey-beta/Makefile Thu Oct 6 21:33:39 2011 (r653)
@@ -16,7 +16,7 @@
COMMENT= The open source, standards compliant web browser
BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \
- ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+ unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
event-1.4:${PORTSDIR}/devel/libevent
More information about the freebsd-gecko
mailing list