diff options
author | jlam <jlam> | 2000-10-06 01:27:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-06 01:27:38 +0000 |
commit | 98a399cab5add5021ca0faa6c5e088289034ddcc (patch) | |
tree | 5a22e8cd1582ed773013e11d98fea37b4d5e3a1b /graphics | |
parent | e7450b6846d35fd532259c901045d25a4d8a815c (diff) | |
download | pkgsrc-98a399cab5add5021ca0faa6c5e088289034ddcc.tar.gz |
Bump dependency on gettext to >=0.10.35nb1. For some reason, this was
missed in the sweep.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freetype-lib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index 8dbf364336e..947d8cb9687 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2000/07/22 08:12:40 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2000/10/06 01:27:38 jlam Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.3.1 @@ -10,7 +10,7 @@ MASTER_SITES= http://download.sourceforge.net/freetype/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.freetype.org/ -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |