pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/pdf2djvu
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 12 12:03:23 UTC 2017
Modified Files:
pkgsrc/print/pdf2djvu: Makefile
Log Message:
Requires libiconv. Sort includes.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/print/pdf2djvu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/pdf2djvu/Makefile
diff -u pkgsrc/print/pdf2djvu/Makefile:1.46 pkgsrc/print/pdf2djvu/Makefile:1.47
--- pkgsrc/print/pdf2djvu/Makefile:1.46 Tue May 2 13:37:32 2017
+++ pkgsrc/print/pdf2djvu/Makefile Fri May 12 12:03:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/05/02 13:37:32 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2017/05/12 12:03:23 jperkin Exp $
#
DISTNAME= pdf2djvu-0.9.4
@@ -21,8 +21,9 @@ USE_LANGUAGES= c++
USE_TOOLS+= pkg-config gmake intltool msgfmt xgettext
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../graphics/GraphicsMagick/buildlink3.mk"
.include "../../graphics/djvulibre-lib/buildlink3.mk"
-.include "../../print/poppler/buildlink3.mk"
.include "../../print/poppler-includes/buildlink3.mk"
-.include "../../graphics/GraphicsMagick/buildlink3.mk"
+.include "../../print/poppler/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index