summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2010-12-19 12:32:42 +0000
committerdsainty <dsainty@pkgsrc.org>2010-12-19 12:32:42 +0000
commita51b67deb132d0236d0a8f57a92969607c37ef18 (patch)
tree1bcf38e12133504577c70dd8da0f3897c038b17e /graphics
parent5c32b98601a53bfbb9bea0995d240f74a3733ad2 (diff)
downloadpkgsrc-a51b67deb132d0236d0a8f57a92969607c37ef18.tar.gz
The comment about needing jpegint.h no longer appears to apply, so convert
the jpeg dependency to a common or garden buildlink.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/feh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 6a557ce7823..4e9d7276459 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"