diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-06 19:43:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-06 19:43:27 +0000 |
commit | c112e9844609c27077156c6881b027935a4a78c2 (patch) | |
tree | 26bd39b69bef61c54dc7e75fb25a5c99835a4fc6 | |
parent | b30e37a0e54f47c019317eac75cea0ff0da3ed4a (diff) | |
download | pkgsrc-c112e9844609c27077156c6881b027935a4a78c2.tar.gz |
Depend on py-sqlite. Ride update.
-rw-r--r-- | graphics/comix/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 |