From 474209b609324af2a02709c3756d2ef3ed87a7a2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 6 Dec 2008 19:43:27 +0000 Subject: Depend on py-sqlite. Ride update. --- graphics/comix/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/comix') diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 1e1ca4b5e3f..c53ff483970 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -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 @@ COMMENT= Image viewer specifically designed to handle comic books 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 -- cgit v1.2.3