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 /math | |
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 'math')
-rw-r--r-- | math/graphthing/Makefile | 2 | ||||
-rw-r--r-- | math/oleo/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index ff695709ffc6..f4b0930db9b8 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://graph.seul.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A tool that allows you to create, manipulate and study graphs -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- USE_BISON= yes diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 0ca33741efe7..a45bf1f56c89 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The GNU spreadsheet for X11 and terminals -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_PERL5_BUILD= yes USE_BISON= yes |