Changeset 79822
- Timestamp:
- 06/26/11 21:49:02 (4 years ago)
- Location:
- trunk/dports/python/py27-pygtksourceview
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from trunk/dports/python/py26-pygtksourceview)
-
Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py27-pygtksourceview/Portfile
r71061 r79822 4 4 PortSystem 1.0 5 5 6 name py2 6-pygtksourceview6 name py27-pygtksourceview 7 7 version 2.10.1 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories python x11 10 10 platforms darwin 11 maintainers no damage.com:nodamage openmaintainer11 maintainers nomaintainer 12 12 description Python bindings for GtkSourceView2 13 13 long_description ${description} … … 24 24 port:libxslt 25 25 26 depends_lib port:py2 6-gobject \27 port:py2 6-gtk \26 depends_lib port:py27-gobject \ 27 port:py27-gtk \ 28 28 port:gtksourceview2 29 29 30 configure.python ${prefix}/bin/python2. 631 set python_prefix ${frameworks_dir}/Python.framework/Versions/2. 630 configure.python ${prefix}/bin/python2.7 31 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 32 32 configure.pre_args --prefix=${python_prefix} 33 configure.args --includedir=${python_prefix}/include/python2. 633 configure.args --includedir=${python_prefix}/include/python2.7 34 34 configure.pkg_config_path ${python_prefix}/lib/pkgconfig:${prefix}/lib/pkgconfig 35 35
Note: See TracChangeset
for help on using the changeset viewer.

