diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-31 04:14:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-31 04:14:04 +0000 |
commit | d0d079e75e9d3233a5b1269d6ab1d77fe348babc (patch) | |
tree | 72ded13deb8e9f6baefeef6c4366a2dec856fd8e /misc/gperiodic | |
parent | 7fafe6f1f9ea510c5edb4dd99252cda966a4cc06 (diff) | |
download | pkgsrc-d0d079e75e9d3233a5b1269d6ab1d77fe348babc.tar.gz |
The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
Diffstat (limited to 'misc/gperiodic')
-rw-r--r-- | misc/gperiodic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index 85b86048cba..10eb6c48614 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/10 19:11:09 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/07/31 04:14:09 jlam Exp $ # DISTNAME= gperiodic-1.2.6 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://gperiodic.seul.org/ -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes |