diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2017-01-10 18:17:19 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2017-01-10 18:17:19 +0000 |
commit | 0e4ea3cbe819c26f204ed071e191f1cdfc9d23a3 (patch) | |
tree | b390950fd56383f78e478617b167e89d82f344de /x11-fm | |
parent | fa9d216bf7fe1e70d8fdaded7212c31a91d4fe93 (diff) | |
download | freebsd-ports-0e4ea3cbe819c26f204ed071e191f1cdfc9d23a3.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 |