aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 17:36:47 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 17:36:47 +0000
commit798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63 (patch)
treeefd2e8af13e967b4b4eca36f0bdb0803cc26776e /multimedia/sabbu
parent65143e8def1959c39a21afc2be99e5be67bf698d (diff)
downloadports-798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63.tar.gz
ports-798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63.zip
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382254
Diffstat (limited to 'multimedia/sabbu')
-rw-r--r--multimedia/sabbu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile
index e81ee5f26b04..41f893972c24 100644
--- a/multimedia/sabbu/Makefile
+++ b/multimedia/sabbu/Makefile
@@ -16,9 +16,9 @@ USES= tar:bzip2 gmake pkgconfig iconv
GNU_CONFIGURE= yes
USE_GNOME= gtk20
-CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lswscale0
-LDFLAGS+= -lgmodule-2.0
+CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib
+LDFLAGS+= -lswscale0 -lgmodule-2.0
OPTIONS_DEFINE= GTKSPELL
OPTIONS_DEFAULT=GTKSPELL