diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | adccc29aad24aa2caee0df9724a127f6b5f5f113 (patch) | |
tree | d64c901bd45aee3f6673aedc99d00e9166668c43 /misc/mc/Makefile | |
parent | Update to 0.12.1. This brings a shared lib bump of libintl.so. It is (diff) |
Chase the libintl.so shared lib version.
Diffstat (limited to '')
-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 ef37e9e21b08..6d0b9042b97c 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -18,7 +18,7 @@ COMMENT= Midnight Commander, a free Norton Commander Clone .include <bsd.port.pre.mk> LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes |