diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-29 19:10:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-29 19:10:11 +0000 |
commit | bb7e40108af865222ac2e319c8b3f1acc17cd9e8 (patch) | |
tree | 579634c43e83d26b4b4a4a1ef50556b3e9e49d9f /graphics | |
parent | b2be96d3fa2da914f2519d6b0c2c803f2cf48227 (diff) | |
download | pkgsrc-bb7e40108af865222ac2e319c8b3f1acc17cd9e8.tar.gz |
libltdl is referenced from libgphoto2 only, so put the bl3 include there
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gphoto2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 1a82f6a2941..c7f72a42264 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2008/04/29 09:35:15 sborrill Exp $ +# $NetBSD: Makefile,v 1.41 2008/04/29 19:10:11 drochner Exp $ DISTNAME= gphoto2-2.4.1 CATEGORIES= graphics @@ -25,7 +25,6 @@ USE_GNU_READLINE= yes .include "../../devel/cdk/buildlink3.mk" .include "../../devel/libgphoto2/buildlink3.mk" -.include "../../devel/libltdl/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" |