diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-15 23:44:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-15 23:44:00 +0000 |
commit | 9eebbe52c09ff159e9a41ca9e3a5afe2629646e0 (patch) | |
tree | de335cd098c25b5091d452d594271cfa0b9b3f3f /misc/mc/Makefile | |
parent | b9b10de142ccfbae1c598b09d859c8f5de3027b6 (diff) | |
download | ports-9eebbe52c09ff159e9a41ca9e3a5afe2629646e0.tar.gz ports-9eebbe52c09ff159e9a41ca9e3a5afe2629646e0.zip |
Notes
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 a72b8c79008d..b78b74f68c92 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,7 +3,7 @@ PORTNAME= mc PORTVERSION= 4.8.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ http://ftp.osuosl.org/pub/midnightcommander/ \ @@ -21,12 +21,14 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 CONFLICTS= mc-light-4* -USES= gmake shebangfix perl5 pkgconfig tar:xz -SHEBANG_FILES= misc/mcedit.menu configure configure.ac +USES= gmake shebangfix perl5 pkgconfig tar:xz libtool +SHEBANG_FILES= misc/mcedit.menu configure configure.ac \ + ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \ + ${WRKSRC}/src/vfs/extfs/helpers/uc1541.in +python_OLD_CMD= @PYTHON@ USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ENV= ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD} -USE_AUTOTOOLS= libtool OPTIONS_DEFINE= DOCS EDITOR ICONV NLS SMB SUBSHELL X11 |