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

Reply via email to