diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
commit | 4a72b8b121e16844de81a06ee68a1fa6cf242ab0 (patch) | |
tree | 1e23fe3d56a80c461970083048edf491f93760cb /editors | |
parent | 9bbcfeb56d6c55ba65f47b32a84ed290c5cfca80 (diff) | |
download | pkgsrc-4a72b8b121e16844de81a06ee68a1fa6cf242ab0.tar.gz |
change dependency from gdbm-1.7.3 to gdbm>=1.7.3
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index e942f504893..d44848ada40 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/03/21 22:40:52 tron Exp $ +# $NetBSD: Makefile,v 1.20 2000/06/13 10:40:25 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.9 @@ -15,7 +15,7 @@ HOMEPAGE= http://www.xemacs.org/ USE_XAW= yes -DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm |