svn commit: r330793 - head/multimedia/libdv

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 18 23:28:36 UTC 2013


Author: bapt
Date: Fri Oct 18 23:28:36 2013
New Revision: 330793
URL: http://svnweb.freebsd.org/changeset/ports/330793

Log:
  Fix bad usage of options helper

Modified:
  head/multimedia/libdv/Makefile

Modified: head/multimedia/libdv/Makefile
==============================================================================
--- head/multimedia/libdv/Makefile	Fri Oct 18 23:27:11 2013	(r330792)
+++ head/multimedia/libdv/Makefile	Fri Oct 18 23:28:36 2013	(r330793)
@@ -28,7 +28,7 @@ DOCS=	AUTHORS COPYING COPYRIGHT ChangeLo
 
 OPTIONS_DEFINE=	SDL DOCS
 
-SDL_USE=	sdl
+SDL_USE=	SDL=sdl
 SDL_CONFIGURE_ENABLE=	sdl
 
 post-patch:


More information about the svn-ports-all mailing list