pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

navit: Remove not-needed DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri May 25 13:05:59 2018 +0200
Changeset:	b81c018cddf5e70da8618dabbec86a4748c72d31

Modified Files:
	navit/Makefile

Log Message:
navit: Remove not-needed DEPENDS

They're already included via bl3.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b81c018cddf5e70da8618dabbec86a4748c72d31

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 navit/Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diffs:
diff --git a/navit/Makefile b/navit/Makefile
index 891e29bd12..c4ea7911c0 100644
--- a/navit/Makefile
+++ b/navit/Makefile
@@ -19,19 +19,16 @@ USE_TOOLS+=		cmake gettext
 
 # LIBS.Linux+= -ldl
 
-DEPENDS+=       png>=1.6:../../graphics/png
-DEPENDS+=       freetype2>=2.9:../../graphics/freetype2
-DEPENDS+=       glib2>=2.0:../../devel/glib2
-DEPENDS+=       python27-[0-9]*:../../lang/python27
-DEPENDS+=       gtk2-[0-9]*:../../x11/gtk2
-
 BUILD_DEPENDS+=gettext-lib-[0-9]*:../../devel/gettext-lib
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+BUILDLINK_API_DEPENDS.png+=	png>=1.6
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python27/buildlink3.mk"
+BUILDLINK_API_DEPENDS.freetype2+=	freetype2>=2.9
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"


Home | Main Index | Thread Index | Old Index