diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-11-03 00:38:47 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-11-03 00:38:47 +0000 |
commit | 08b62e4c3ed1c5d7716c0cefa807585f13860f21 (patch) | |
tree | 7c53351b957bf483e6d4f0a7ca124868796fe671 /misc | |
parent | ab96b438257799f5533caba95f9d21b4abd05fa4 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 35184f7a3050..da71619cf187 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -27,7 +27,7 @@ USE_GNOME= glib20 USE_PERL5= yes USE_XZ= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= ZIP=${LOCALBASE}/bin/zip UNZIP=${LOCALBASE}/bin/unzip +CONFIGURE_ENV= ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD} USE_AUTOTOOLS= libtool OPTIONS= SLANG "Build with SLang library" on \ |