diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-18 18:00:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-18 18:00:34 +0800 |
commit | 73794b144e07ac12e9534321091bd6612a952566 (patch) | |
tree | 19893f3f0e49f8a30249d8382c7ccb16404d6b51 /x11-toolkits/py-gtk2/files/patch-Makefile.in | |
parent | 2c162908da1c78fceca716b8b1816179346348ff (diff) | |
download | marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.gz marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.zst marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.zip |
Fix py-gobject depend.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15238 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2/files/patch-Makefile.in')
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in new file mode 100644 index 000000000..1ddb1d6b9 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2008-09-01 08:50:06.000000000 +0000 ++++ Makefile.in 2008-09-01 08:51:03.000000000 +0000 +@@ -124,7 +124,7 @@ + DATA = $(defs_DATA) $(pkgconfig_DATA) + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = . gtk examples tests docs ++DIST_SUBDIRS = . gtk examples + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) |