diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-08-08 07:16:48 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-08-08 07:16:48 +0000 |
commit | ccbd2c89ce05b7347bce082b0821b7a629c8d91d (patch) | |
tree | 8f1f6e9273bc597ad3ef8ed26cdfba1675aaf0a6 /misc | |
parent | 8cc1ee29f3c367c7e33e49dbf067ebf8c2c0de65 (diff) | |
download | ports-ccbd2c89ce05b7347bce082b0821b7a629c8d91d.tar.gz ports-ccbd2c89ce05b7347bce082b0821b7a629c8d91d.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index bab45e6cca62..34d6f96158b9 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -7,7 +7,7 @@ PORTNAME= mc PORTVERSION= 4.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc shells MASTER_SITES= http://www.midnight-commander.org/downloads/ \ ${MASTER_SITE_SUNSITE} @@ -29,6 +29,7 @@ USE_GNOME= glib20 USE_PERL5= yes USE_XZ= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ZIP=${LOCALBASE}/bin/zip UNZIP=${LOCALBASE}/bin/unzip OPTIONS= SLANG "Build with SLang library" on \ ICONV "Build with iconv recoding" on \ |