Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2013 06:26:29 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1145 - in trunk/www: firefox firefox-esr
Message-ID:  <201301190626.r0J6QTdE051305@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jan 19 06:26:28 2013
New Revision: 1145

Log:
remove duplicate dependency on py-sqlite3 since r917

Modified:
   trunk/www/firefox-esr/Makefile
   trunk/www/firefox/Makefile

Modified: trunk/www/firefox-esr/Makefile
==============================================================================
--- trunk/www/firefox-esr/Makefile	Fri Jan 18 16:47:04 2013	(r1144)
+++ trunk/www/firefox-esr/Makefile	Sat Jan 19 06:26:28 2013	(r1145)
@@ -68,7 +68,6 @@
 .endif
 
 .if ${PORT_OPTIONS:MPGO}
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
 USE_DISPLAY=		yes
 .include "${PORTSDIR}/Mk/bsd.python.mk"
 

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Fri Jan 18 16:47:04 2013	(r1144)
+++ trunk/www/firefox/Makefile	Sat Jan 19 06:26:28 2013	(r1145)
@@ -72,7 +72,6 @@
 .endif
 
 .if ${PORT_OPTIONS:MPGO}
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
 USE_DISPLAY=		yes
 .include "${PORTSDIR}/Mk/bsd.python.mk"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301190626.r0J6QTdE051305>