diff options
author | snj <snj@pkgsrc.org> | 2016-05-06 09:53:00 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2016-05-06 09:53:00 +0000 |
commit | 4da495575a743ab7a9378a5f0c2a8fa7812327e7 (patch) | |
tree | cb655cfe5d994f54ad59c5a36f08e2b8c56690dc /graphics | |
parent | e59defda301b58e8982a425c17a371abfafb715b (diff) | |
download | pkgsrc-4da495575a743ab7a9378a5f0c2a8fa7812327e7.tar.gz |
qiv needs libmagic, so pull in sysutils/file/buildlink3.mk to fix build
on systems where it's not part of base. PKGREVISION not bumped since
there's no new dependency for systems where qiv previously built.
Pointed out by by Derek Schrock in private mail.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qiv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index ebe39f2a911..28dec53d06d 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/04/25 14:23:18 tnn Exp $ +# $NetBSD: Makefile,v 1.52 2016/05/06 09:53:00 snj Exp $ DISTNAME= qiv-2.3.1 PKGREVISION= 1 @@ -22,6 +22,7 @@ INSTALLATION_DIRS+= share/applications .include "../../graphics/libexif/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../sysutils/file/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" |