pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

caribou: Fix installation (add PY_PATCHPLIST)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon May 23 03:30:38 2016 +0200
Changeset:	2bbd285f33fe88d41d1408232189c15abed81fd1

Modified Files:
	caribou/Makefile

Log Message:
caribou: Fix installation (add PY_PATCHPLIST)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bbd285f33fe88d41d1408232189c15abed81fd1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 caribou/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/caribou/Makefile b/caribou/Makefile
index b3d5e79..94a928d 100644
--- a/caribou/Makefile
+++ b/caribou/Makefile
@@ -15,6 +15,9 @@ USE_LIBTOOL=		yes
 GNU_CONFIGURE=		yes
 USE_TOOLS+=		pkg-config intltool gmake
 
+PY_PATCHPLIST=	yes
+
+.include "../../lang/python/extension.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../x11/libxklavier/buildlink3.mk"
 .include "../../devel/libgee/buildlink3.mk"


Home | Main Index | Thread Index | Old Index