diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-25 13:41:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-25 13:41:38 +0800 |
commit | f873071cf220092fc2b1a289bb07ac1a96f20904 (patch) | |
tree | 0d46dae57fd55801ba99fc6ccced0142f7ff5a2c /x11-toolkits | |
parent | b84ffc37d836afb05469cbc63d78c49e83210017 (diff) | |
download | freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.gz freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.zst freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.zip |
Chase the libintl.so shared lib version.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 689d913da089..904939bfddb5 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -16,7 +16,7 @@ DISTNAME= gtk+-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Gimp Toolkit for X11 GUI (previous stable version) -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes USE_PERL5= yes diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index de1c392cc445..0abcd0a98a5c 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -19,7 +19,7 @@ COMMENT= An open-source framework for the layout and rendering of i18n text BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \ ${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings |