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
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to