pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/comix Depend on py-sqlite. Ride update.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0444dc97eb71
branches:  trunk
changeset: 551085:0444dc97eb71
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 06 19:43:27 2008 +0000

description:
Depend on py-sqlite. Ride update.

diffstat:

 graphics/comix/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 75a494be6cc5 -r 0444dc97eb71 graphics/comix/Makefile
--- a/graphics/comix/Makefile   Sat Dec 06 18:40:52 2008 +0000
+++ b/graphics/comix/Makefile   Sat Dec 06 19:43:27 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/12/06 18:40:33 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2008/12/06 19:43:27 wiz Exp $
 #
 
 DISTNAME=              comix-4.0.0
@@ -12,6 +12,12 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=              unrar-[0-9]*:../../archivers/unrar
+.include "../../lang/python/extension.mk"
+.if ${PYPKGPREFIX} == "py24"
+.include "../../databases/py-sqlite2/buildlink3.mk"
+.else
+DEPENDS+=              ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+.endif
 
 USE_DIRS+=             xdg-1.3
 MANCOMPRESSED=         yes



Home | Main Index | Thread Index | Old Index