diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-03 11:26:23 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-03 11:26:23 +0000 |
commit | b7bc5996be686796efb40acd7840b916962de3cf (patch) | |
tree | b7db54b0fde5ae9efac7b71e2edef93128d9e6c7 /misc/mc | |
parent | 0137982153a20187d2dfc4b6dd234712fa28706d (diff) | |
download | ports-b7bc5996be686796efb40acd7840b916962de3cf.tar.gz ports-b7bc5996be686796efb40acd7840b916962de3cf.zip |
Notes
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 228edfa1cef7..a72b8c79008d 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,6 +3,7 @@ PORTNAME= mc PORTVERSION= 4.8.12 +PORTREVISION= 1 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ http://ftp.osuosl.org/pub/midnightcommander/ \ @@ -23,8 +24,6 @@ CONFLICTS= mc-light-4* USES= gmake shebangfix perl5 pkgconfig tar:xz SHEBANG_FILES= misc/mcedit.menu configure configure.ac USE_GNOME= glib20 -USE_PYTHON= yes -USE_RUBY= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD} USE_AUTOTOOLS= libtool |