diff options
author | az <az@FreeBSD.org> | 2013-09-14 20:04:18 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 20:04:18 +0800 |
commit | 4c360573894c2f8906ac8b085feab980b48ed846 (patch) | |
tree | 0b99f811fd2d870349949708741c6d39ea7b57a5 /misc/mc | |
parent | 9c17906cf340f9aa310ce0e513350fda4993f739 (diff) | |
download | freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.tar.gz freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.tar.zst freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index eadaef0535a1..413440c481a2 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -16,10 +16,8 @@ LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2 CONFLICTS= mc-light-4* -USES= pkgconfig -USE_GMAKE= yes +USES= gmake perl5 pkgconfig USE_GNOME= glib20 -USE_PERL5= yes USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD} |