diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-04-03 19:26:23 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-04-03 19:26:23 +0800 |
commit | 44c3b34f2ff3b2a88fbe74b006f5d7e929aed26a (patch) | |
tree | b7db54b0fde5ae9efac7b71e2edef93128d9e6c7 /misc/mc | |
parent | 7689d474caa2a0fb8251afeff0a5ee7da921ff1e (diff) | |
download | freebsd-ports-gnome-44c3b34f2ff3b2a88fbe74b006f5d7e929aed26a.tar.gz freebsd-ports-gnome-44c3b34f2ff3b2a88fbe74b006f5d7e929aed26a.tar.zst freebsd-ports-gnome-44c3b34f2ff3b2a88fbe74b006f5d7e929aed26a.zip |
- Bump PORTREVISION for dependencies changes
- Remove USE_PYTHON=yes and USE_RUBY=yes
Reported by: timur@, Sergey V. Dyatko <sergey.dyatko@gmail.com>
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 |