diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-12-04 21:49:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-12-04 21:49:38 +0800 |
commit | 080b067f326a5019c01006f49c5899647d202a18 (patch) | |
tree | 72d31a0f33872555c28833bc00ac8e4987c7d3df /multimedia/sabbu | |
parent | 3a5e5694b2088ec8392fb37c91a93559e991d924 (diff) | |
download | freebsd-ports-gnome-080b067f326a5019c01006f49c5899647d202a18.tar.gz freebsd-ports-gnome-080b067f326a5019c01006f49c5899647d202a18.tar.zst freebsd-ports-gnome-080b067f326a5019c01006f49c5899647d202a18.zip |
- fix build
Diffstat (limited to 'multimedia/sabbu')
-rw-r--r-- | multimedia/sabbu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile index 037586e03c01..d70ea582d49b 100644 --- a/multimedia/sabbu/Makefile +++ b/multimedia/sabbu/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \ 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 |