svn commit: r427785 - head/multimedia/sabbu

Dirk Meyer dinoex at FreeBSD.org
Sun Dec 4 13:49:40 UTC 2016


Author: dinoex
Date: Sun Dec  4 13:49:38 2016
New Revision: 427785
URL: https://svnweb.freebsd.org/changeset/ports/427785

Log:
  - fix build

Modified:
  head/multimedia/sabbu/Makefile

Modified: head/multimedia/sabbu/Makefile
==============================================================================
--- head/multimedia/sabbu/Makefile	Sun Dec  4 13:44:03 2016	(r427784)
+++ head/multimedia/sabbu/Makefile	Sun Dec  4 13:49:38 2016	(r427785)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libavcodec0.so:multimedia/f
 USES=		tar:bzip2 gmake pkgconfig iconv
 GNU_CONFIGURE=	yes
 
+USE_SDL=	sdl
 USE_GNOME=	gtk20
 CFLAGS+=	-I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib


More information about the svn-ports-head mailing list