diff options
author | tron <tron@pkgsrc.org> | 1998-12-23 00:18:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-23 00:18:57 +0000 |
commit | 3e0e975c1915ead39b4a78f7b336da3f34b54983 (patch) | |
tree | 3cdb765470633a2d203cd842a8ae31f68f5c2003 /devel/libgtop | |
parent | ed484a6e92284818c763d4fbff4cb638165b4537 (diff) | |
download | pkgsrc-3e0e975c1915ead39b4a78f7b336da3f34b54983.tar.gz |
Depend on "gettext-0.10.35".
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index f9cec205780..584b532e3f8 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/11/01 23:26:43 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/12/23 00:18:57 tron Exp $ # DISTNAME= libgtop-0.26.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= gnome-libs-0.30.1:../../x11/gnome-libs DEPENDS+= guile-1.2:../../lang/guile -DEPENDS+= gettext-0.10:../../misc/gettext +DEPENDS+= gettext-0.10.35:../../misc/gettext NOT_FOR_ARCHS= alpha # problems with gtk |