svn commit: r324867 - head/lang

Marcus von Appen mva at FreeBSD.org
Sat Aug 17 19:33:31 UTC 2013


Author: mva
Date: Sat Aug 17 19:33:31 2013
New Revision: 324867
URL: http://svnweb.freebsd.org/changeset/ports/324867

Log:
  - Update lang/Makefile to include the new lang/python2 and lang/python3 ports
  
  Noticed by:	cperciva

Modified:
  head/lang/Makefile

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Sat Aug 17 19:23:44 2013	(r324866)
+++ head/lang/Makefile	Sat Aug 17 19:33:31 2013	(r324867)
@@ -274,6 +274,8 @@
     SUBDIR += pypy-devel
     SUBDIR += pypy3-devel
     SUBDIR += python
+    SUBDIR += python2
+    SUBDIR += python3
     SUBDIR += python-doc-html
     SUBDIR += python-doc-pdf-a4
     SUBDIR += python-doc-pdf-letter


More information about the svn-ports-head mailing list