diff options
author | jhale <jhale@FreeBSD.org> | 2017-01-11 02:17:19 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2017-01-11 02:17:19 +0800 |
commit | 5e594dfcdeafa17c436d9481fe3ee37c0e58e415 (patch) | |
tree | b390950fd56383f78e478617b167e89d82f344de /x11-fm | |
parent | d9711a40717fe39e51b622df4ca42119b0586961 (diff) | |
download | freebsd-ports-gnome-5e594dfcdeafa17c436d9481fe3ee37c0e58e415.tar.gz freebsd-ports-gnome-5e594dfcdeafa17c436d9481fe3ee37c0e58e415.tar.zst freebsd-ports-gnome-5e594dfcdeafa17c436d9481fe3ee37c0e58e415.zip |
Use archivers/libunrar5 for the unrar library
PR: 215925
Submitted by: myself
Approved by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/doublecmd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index 4e2dadc7bff5..a9d86b6c93d4 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -3,6 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.7.7 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -105,7 +106,7 @@ GTK2_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interf 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:archivers/libunrar +WCX_UNRAR_LIB_DEPENDS= libunrar.so.5:archivers/libunrar5 WFX_SAMBA_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient WLX_MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer |