Skip to content

Commit 22f9cf3

Browse files
committed
py-gobject3: pkgconfig: fix includedir
1 parent f2a4ef8 commit 22f9cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/py-gobject3/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PortGroup python 1.0
66
name py-gobject3
77
set my_name pygobject
88
version 3.50.0
9-
revision 1
9+
revision 2
1010

1111
categories-append gnome
1212
license LGPL-2.1+
@@ -91,7 +91,7 @@ if {${name} ne ${subport}} {
9191
copy "${pc_src_file}" "${pc_dest_file}"
9292
reinplace "s|@prefix@|${python.prefix}|" ${pc_dest_file}
9393
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}
9595
reinplace "s|@datadir@|\${prefix}/share|" ${pc_dest_file}
9696
reinplace "s|@datarootdir@|\${prefix}/share|" ${pc_dest_file}
9797
reinplace "s|@VERSION@|${version}|" ${pc_dest_file}

0 commit comments

Comments
 (0)