From 8a36a59e669121d4ef333d82e336676d7725350b Mon Sep 17 00:00:00 2001 From: dsainty Date: Sun, 19 Dec 2010 12:32:42 +0000 Subject: [PATCH] The comment about needing jpegint.h no longer appears to apply, so convert the jpeg dependency to a common or garden buildlink. --- graphics/feh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 6a557ce7823c..4e9d72764597 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2010/06/13 22:44:30 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2010/12/19 12:32:42 dsainty Exp $ # DISTNAME= feh-1.3.4 @@ -25,10 +25,10 @@ REPLACE_PERL= cam/cam LDFLAGS.SunOS+= -lnsl -lsocket BUILDLINK_API_DEPENDS.giblib+= giblib>=1.2.4 -BUILDLINK_API_DEPENDS.jpeg+= jpeg>=6bnb3 # includes jpegint.h BUILDLINK_DEPMETHOD.libXt?= build +.include "../../graphics/jpeg/buildlink3.mk" .include "../../devel/giblib/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk"