diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-06-24 08:02:58 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-06-24 08:03:15 +0000 |
commit | 4eb82883317e97c3851e041c415fca854bf062fc (patch) | |
tree | 20123589438cf92f501679550adcb0efb0b3102f /misc/mc/Makefile | |
parent | 7b6006dc874833f6f7236d1d6b57755d2edcfd81 (diff) | |
download | ports-4eb82883317e97c3851e041c415fca854bf062fc.tar.gz ports-4eb82883317e97c3851e041c415fca854bf062fc.zip |
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 781b68b1149f..87f5ef38bbe5 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -2,7 +2,7 @@ PORTNAME= mc PORTVERSION= 4.8.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ https://ftp.osuosl.org/pub/midnightcommander/ @@ -13,24 +13,26 @@ COMMENT= Midnight Commander, a free Norton Commander Clone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= zip:archivers/zip + USES= gmake gnome libtool perl5 pkgconfig python shebangfix tar:xz SHEBANG_FILES= ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \ ${WRKSRC}/src/vfs/extfs/helpers/uc1541 python_OLD_CMD= @PYTHON@ USE_GNOME= glib20 GNU_CONFIGURE= yes -CONFIGURE_ENV= ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD} +CONFIGURE_ENV= ZIP=${LOCALBASE}/bin/zip UNZIP=${UNZIP_NATIVE_CMD} PORTDOCS= AUTHORS FAQ HACKING MAINTAINERS NEWS README *.txt OPTIONS_DEFINE= DOCS EDITOR EXTATTR ICONV NLS SFTP SMB SUBSHELL X11 -OPTIONS_DEFAULT= EDITOR EXTATTR ICONV SFTP SLANG SMB SUBSHELL X11 +OPTIONS_DEFAULT= EDITOR ICONV SFTP SLANG SMB SUBSHELL X11 OPTIONS_SINGLE= SCREEN OPTIONS_SINGLE_SCREEN= SLANG NCURSES OPTIONS_SUB= yes EDITOR_DESC= Build with internal editor -EXTATTR_DESC= Ext2fs extended attributes support +EXTATTR_DESC= Extended attributes support SCREEN_DESC= Screen library SFTP_DESC= Support for SFTP (via libssh) SUBSHELL_DESC= Build with subshell support |