diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-07 23:35:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-07 23:35:25 +0000 |
commit | f75edc3e2379bab4062d232a13259a5392cacdc8 (patch) | |
tree | a18ad14a1700a4783dcc13f7aef7a3cecf5b5b61 /print | |
parent | 220bc807359d6036b1a00405f68111f845f036bf (diff) | |
download | pkgsrc-f75edc3e2379bab4062d232a13259a5392cacdc8.tar.gz |
Fix path to djvu library.
Diffstat (limited to 'print')
-rw-r--r-- | print/evince-nautilus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/evince-nautilus/Makefile b/print/evince-nautilus/Makefile index c5db4b3ef41..b8cb498a492 100644 --- a/print/evince-nautilus/Makefile +++ b/print/evince-nautilus/Makefile @@ -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 @@ BUILDLINK_API_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb13 .if !empty(PKG_OPTIONS:Mdjvu) CONFIGURE_ARGS+= --enable-djvu -.include "../../graphics/djvulibre/buildlink3.mk" +.include "../../graphics/djvulibre-lib/buildlink3.mk" .endif INSTALL_DIRS= properties |