aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libxine
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-03-21 21:59:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-03-21 21:59:31 +0000
commit7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 (patch)
tree2b6d3a0598b45365f230c6f61cf8d8d784b7016d /multimedia/libxine
parent6b610ab5e04c7e7c7916ffe651ed9b7824436bca (diff)
downloadports-7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8.tar.gz
ports-7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8.zip
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919
Notes
Notes: svn path=/head/; revision=436659
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index f3bc61674208..a78e906e19e9 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xine
PORTVERSION= 1.2.6
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= multimedia ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
PKGNAMEPREFIX= lib
@@ -97,9 +97,9 @@ XVMC_CONFIGURE_ON= --with-xvmc-lib=XvMCW
XVMC_LIB_DEPENDS= libXvMC.so:x11/libXvMC
.endif
XVMC_CONFIGURE_OFF= --disable-xvmc
-SMB_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient
-SMB_CONFIGURE_ENV= LIBSMBCLIENT_LIBS="-L${LOCALBASE}/lib -lsmbclient" \
- LIBSMBCLIENT_CFLAGS="-I${LOCALBASE}/include"
+SMB_USES= samba:lib
+SMB_CONFIGURE_ENV= LIBSMBCLIENT_LIBS="-L${SAMBALIBS} -lsmbclient" \
+ LIBSMBCLIENT_CFLAGS="-I${SAMBAINCLUDES}"
SMB_CONFIGURE_ENABLE= samba
AALIB_LIB_DEPENDS= libaa.so:graphics/aalib
AALIB_CONFIGURE_OFF= --disable-aalib --disable-aalibtest