File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PortGroup python 1.0
6
6
name py-gobject3
7
7
set my_name pygobject
8
8
version 3.50.0
9
- revision 1
9
+ revision 2
10
10
11
11
categories-append gnome
12
12
license LGPL-2.1+
@@ -91,7 +91,7 @@ if {${name} ne ${subport}} {
91
91
copy " ${pc_src_file} " " ${pc_dest_file} "
92
92
reinplace " s|@prefix@|${python.prefix} |" ${pc_dest_file}
93
93
reinplace " s|@exec_prefix@|${python.prefix} |" ${pc_dest_file}
94
- reinplace " s|@includedir@|\$ {prefix}/include |" ${pc_dest_file}
94
+ reinplace " s|@includedir@|${python.include} /pygobject |" ${pc_dest_file}
95
95
reinplace " s|@datadir@|\$ {prefix}/share|" ${pc_dest_file}
96
96
reinplace " s|@datarootdir@|\$ {prefix}/share|" ${pc_dest_file}
97
97
reinplace " s|@VERSION@|${version} |" ${pc_dest_file}
You can’t perform that action at this time.
0 commit comments