diff options
author | antoine <antoine@FreeBSD.org> | 2017-03-22 05:59:31 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:53:55 +0800 |
commit | f0cbd00d5665f96acae23014f4bf1c1af9df7815 (patch) | |
tree | a8fd7263f9186e0dfcabb50160d75c8fff771858 /x11-fm/doublecmd | |
parent | 34cb6f3e6b34052f726d19752d9931f7fbe45a75 (diff) | |
download | freebsd-ports-gnome-f0cbd00d5665f96acae23014f4bf1c1af9df7815.tar.gz freebsd-ports-gnome-f0cbd00d5665f96acae23014f4bf1c1af9df7815.tar.zst freebsd-ports-gnome-f0cbd00d5665f96acae23014f4bf1c1af9df7815.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
Diffstat (limited to 'x11-fm/doublecmd')
-rw-r--r-- | x11-fm/doublecmd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index 00ecfaa832e7..b8ed299737e5 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -3,7 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.7.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -107,7 +107,7 @@ QT4_LIB_DEPENDS= libQt4Pas.so:x11-toolkits/qt4pas QT4_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-qt WCX_UNRAR_LIB_DEPENDS= libunrar.so.5:archivers/libunrar5 -WFX_SAMBA_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient +WFX_SAMBA_USES= samba:lib WLX_MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer .include <bsd.port.options.mk> |