pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/evince-nautilus Fix path to djvu library.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5afe930c169f
branches:  trunk
changeset: 518390:5afe930c169f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 07 23:35:25 2006 +0000

description:
Fix path to djvu library.

diffstat:

 print/evince-nautilus/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea7d852002b9 -r 5afe930c169f print/evince-nautilus/Makefile
--- a/print/evince-nautilus/Makefile    Thu Sep 07 23:34:12 2006 +0000
+++ b/print/evince-nautilus/Makefile    Thu Sep 07 23:35:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/08/30 17:07:26 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2006/09/07 23:35:25 wiz Exp $
 #
 
 .include "../../print/evince/Makefile.common"
@@ -24,7 +24,7 @@
 
 .if !empty(PKG_OPTIONS:Mdjvu)
 CONFIGURE_ARGS+=       --enable-djvu
-.include       "../../graphics/djvulibre/buildlink3.mk"
+.include       "../../graphics/djvulibre-lib/buildlink3.mk"
 .endif
 
 INSTALL_DIRS=          properties



Home | Main Index | Thread Index | Old Index