svn commit: r423936 - head/devel/directfb

Antoine Brodin antoine at FreeBSD.org
Thu Oct 13 20:24:03 UTC 2016


Author: antoine
Date: Thu Oct 13 20:24:01 2016
New Revision: 423936
URL: https://svnweb.freebsd.org/changeset/ports/423936

Log:
  Fix packaging
  
  Reported by:	pkg-fallout

Modified:
  head/devel/directfb/Makefile

Modified: head/devel/directfb/Makefile
==============================================================================
--- head/devel/directfb/Makefile	Thu Oct 13 20:17:31 2016	(r423935)
+++ head/devel/directfb/Makefile	Thu Oct 13 20:24:01 2016	(r423936)
@@ -51,7 +51,7 @@ FREETYPE_LIB_DEPENDS=	libfreetype.so:pri
 FREETYPE_CONFIGURE_ENABLE=	freetype
 X11_USE=	XORG=x11,xext,xproto
 X11_CONFIGURE_ENABLE=	x11
-SDL_USE=	sdl
+SDL_USE=	sdl=sdl
 SDL_CONFIGURE_ENABLE=	sdl
 UNIQUE_CONFIGURE_ENABLE=	unique
 TEST_CONFIGURE_WITH=	tests


More information about the svn-ports-all mailing list