pkgsrc-WIP-changes archive

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

Remove superfluous BUILDLINK_API_DEPENDS, thanks leo :)



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Mon Apr 4 09:08:49 2016 +0200
Changeset:	a86cf3f3f654a4fec0796737b634289d014a6e0e

Modified Files:
	supertux/Makefile

Log Message:
Remove superfluous BUILDLINK_API_DEPENDS, thanks leo :)

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

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

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

diffs:
diff --git a/supertux/Makefile b/supertux/Makefile
index efdfdbd..968a6e8 100644
--- a/supertux/Makefile
+++ b/supertux/Makefile
@@ -20,10 +20,6 @@ CMAKE_ARGS+=		-DBUILD_SHARED_LIBS=off
 USE_TOOLS+=		gmake
 USE_LANGUAGES=		c c++
 
-BUILDLINK_API_DEPENDS.SDL+=		SDL>=1.2.9nb1
-BUILDLINK_API_DEPENDS.SDL_mixer+=	SDL_mixer>=1.2.6nb3
-BUILDLINK_API_DEPENDS.SDL_image+=	SDL_image>=1.2.4nb2
-
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../audio/openal/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"


Home | Main Index | Thread Index | Old Index