diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-26 13:42:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-26 13:42:17 +0000 |
commit | c7caba87aba92074a97e95b765ab6940decf2b89 (patch) | |
tree | 1b8226dc18dbecfb16491255c5541184c6288cf3 /print/mupdf | |
parent | a62475a9b0e6091922bc0066b32c9d1e42dfbc6e (diff) | |
download | pkgsrc-c7caba87aba92074a97e95b765ab6940decf2b89.tar.gz |
Depend on X11 [hi wiz!]
Diffstat (limited to 'print/mupdf')
-rw-r--r-- | print/mupdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile index f3d1409db7f..e9b71c7e452 100644 --- a/print/mupdf/Makefile +++ b/print/mupdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/02/18 10:07:32 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/26 13:42:17 joerg Exp $ # DISTNAME= mupdf-r937 @@ -42,4 +42,6 @@ do-install: .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |