pkgsrc-WIP-changes archive

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

coyim: Removed the BUILDLINK_API_DEPENDS since we use newer versions anyway, suggested by leot@.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed Apr 24 17:36:56 2019 -0500
Changeset:	2e2af75e3357f438ce866a3cd75c84118b79cb30

Modified Files:
	coyim/Makefile

Log Message:
coyim: Removed the BUILDLINK_API_DEPENDS since we use newer versions anyway, suggested by leot@.

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

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

diffstat:
 coyim/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/coyim/Makefile b/coyim/Makefile
index 678f79f413..ed4331d951 100644
--- a/coyim/Makefile
+++ b/coyim/Makefile
@@ -44,15 +44,11 @@ do-install:
 	${INSTALL_DATA} ${COYIM_DESKTOP} ${DESTDIR}${PREFIX}/share/applications/
 	${INSTALL_DATA} ${COYIM_ICON_SRC} ${DESTDIR}${PREFIX}/share/pixmaps/${COYIM_ICON}
 
-BUILDLINK_API_DEPENDS.glib2+=		glib2>=2.31.13
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
-BUILDLINK_API_DEPENDS.pango+=		pango>=1.22.0
 .include "../../devel/pango/buildlink3.mk"
-BUILDLINK_API_DEPENDS.fontconfig+=	fontconfig>=2.1.93
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk3+=		gtk3+>=3.1.9
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../devel/go-golang-lru/buildlink3.mk"


Home | Main Index | Thread Index | Old Index