diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 02:23:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 02:23:59 +0000 |
commit | 6f68f0f0d9c31a2356951702957cca478aeac1a5 (patch) | |
tree | 1a2b6ef34f3fe1504fdb3f4dc7faec1f0db51c25 /misc/mc/Makefile | |
parent | Handle the case where sizeof(long) > sizeof(int) (diff) |
- enable colors on cons25, cons25r and xterm by default
- bump port revision
Diffstat (limited to 'misc/mc/Makefile')
-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 5e441d4b794c..d0178c4a3e85 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mc PORTVERSION= 4.5.55 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= misc MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/mc/4.5 |