aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libxine
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-23 22:20:25 +0800
committerbapt <bapt@FreeBSD.org>2013-04-23 22:20:25 +0800
commit135776951ec27858cec633271bc65e3e49745f01 (patch)
tree87b239f8431cee200969f89da8739806496b7dad /multimedia/libxine
parent403f9e420456633793408637949b5119d9c957d8 (diff)
downloadfreebsd-ports-graphics-135776951ec27858cec633271bc65e3e49745f01.tar.gz
freebsd-ports-graphics-135776951ec27858cec633271bc65e3e49745f01.tar.zst
freebsd-ports-graphics-135776951ec27858cec633271bc65e3e49745f01.zip
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index f3e28a4d48b..730e0cfa6c9 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -37,6 +37,7 @@ BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat
LIB_DEPENDS+= dvdcss.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss
.endif
+USES= pkgconfig
USE_XZ= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
@@ -48,7 +49,6 @@ USE_GL= gl glu
USE_PERL5_BUILD=yes
USE_SDL= sdl
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \
THREAD_LIBS="${PTHREAD_LIBS}" \
EXTRA_X_LIBS="-lGL -lGLU -lXext -lX11 -lm"