diff options
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index da9e2f92647..561dfaa2b2e 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2001/12/02 14:42:25 tron Exp $ +# $NetBSD: Makefile,v 1.38 2002/03/13 17:36:55 fredb Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.14 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.1/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-21.1/ \ @@ -16,7 +17,7 @@ HOMEPAGE= http://www.xemacs.org/ COMMENT= XEmacs text editor version 21 DEPENDS+= gdbm>=1.7.3:../../databases/gdbm -DEPENDS+= png>=1.0.11:../../graphics/png +DEPENDS+= png>=1.2.1:../../graphics/png DEPENDS+= tiff-[0-9]*:../../graphics/tiff DEPENDS+= jpeg-[0-9]*:../../graphics/jpeg |