diff options
author | ade <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
commit | 1c6aff2e9dce87b3467a0e763794b0a52eaab7af (patch) | |
tree | d10dbc52e06b0a0b09596909826ef121c6521852 /math | |
parent | dfeac560e4bfaa33f9c23b11b1d2b0428ab0a070 (diff) | |
download | FreeBSD-ports-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.zip FreeBSD-ports-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.tar.gz |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
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 5e8f22f..0d2b945 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/ MAINTAINER= freebsdports@arved.de -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- USE_GTK= yes diff --git a/math/oleo/Makefile b/math/oleo/Makefile index bada5da..f7ea4a6 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_REINPLACE= yes USE_AUTOCONF_VER=213 |