diff options
author | dsainty <dsainty@pkgsrc.org> | 2010-12-19 12:32:42 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2010-12-19 12:32:42 +0000 |
commit | ce6ef803b7f1db99b22ad15df31dc6dbb32a21eb (patch) | |
tree | 1bcf38e12133504577c70dd8da0f3897c038b17e /graphics/feh | |
parent | 527bc0d3ceb6b3b5b20b4e78f3bfd9403780ec09 (diff) | |
download | pkgsrc-ce6ef803b7f1db99b22ad15df31dc6dbb32a21eb.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/feh')
-rw-r--r-- | graphics/feh/Makefile | 4 |
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" |