summaryrefslogtreecommitdiff
path: root/graphics/djvulibre-tools
diff options
context:
space:
mode:
authoradam <adam>2009-01-06 18:03:23 +0000
committeradam <adam>2009-01-06 18:03:23 +0000
commit8715936b1e958eafc99286aea3bfa16caf527257 (patch)
tree19ae78a04836a987cc83b95f4bc393cd82c8c70c /graphics/djvulibre-tools
parentecf763ad83761d6876fd626150236ddd553f7a8a (diff)
downloadpkgsrc-8715936b1e958eafc99286aea3bfa16caf527257.tar.gz
Changes 3.5.21:
- Speed improvement on multicore platforms - Ddjvu now can produce pdf output. Changes 3.5.20: - Csepdjvu handle gsdjvu hyperlink comments. - Djvudigital therefore handles hyperlinks.
Diffstat (limited to 'graphics/djvulibre-tools')
-rw-r--r--graphics/djvulibre-tools/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/djvulibre-tools/Makefile b/graphics/djvulibre-tools/Makefile
index 06e9d3bf358..16845d2bad8 100644
--- a/graphics/djvulibre-tools/Makefile
+++ b/graphics/djvulibre-tools/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:31 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.6 2009/01/06 18:03:23 adam Exp $
-DISTNAME= djvulibre-3.5.19
-PKGNAME= djvulibre-tools-3.5.19
+DISTNAME= djvulibre-3.5.21
+PKGNAME= djvulibre-tools-3.5.21
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
@@ -15,18 +14,17 @@ PKG_DESTDIR_SUPPORT= user-destdir
PATCHDIR= ${.CURDIR}/../djvulibre-lib/patches
DISTINFO_FILE= ${.CURDIR}/../djvulibre-lib/distinfo
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= pkg-config
-GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= bash:run pkg-config
+GNU_CONFIGURE= yes
MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
BUILD_DIRS= tools xmltools
INSTALL_DIRS= tools xmltools
REPLACE_BASH+= tools/any2djvu
-USE_TOOLS+= bash:run
.include "../../graphics/djvulibre-lib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"