summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-09-15 21:13:27 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-09-15 21:13:27 +0000
commit480c983210a35c779b4903d8e284f9dd9e8e3ad9 (patch)
tree8a6e23f44c82329fc7a275bd5487730cb4c27817 /devel
parentCheck for PERL <= 5.006. (diff)
Correct libintl shlib version number.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=88996
Diffstat (limited to 'devel')
-rw-r--r--devel/libtifiles/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile
index be36ea20fc52..fed9fdce6187 100644
--- a/devel/libtifiles/Makefile
+++ b/devel/libtifiles/Makefile
@@ -16,7 +16,7 @@ COMMENT= TI calculator file types library
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_LIBTOOL= yes