diff options
author | martin <martin@pkgsrc.org> | 2000-10-04 20:08:55 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2000-10-04 20:08:55 +0000 |
commit | 29d91b14042d3536930a02b5a86103ecc1373dde (patch) | |
tree | cb99fa9abcfd990b3f0d4c3b811797373fd909df /editors/xemacs | |
parent | e1b9b6b6d0c90e24b07538180bb0be17ddacf8e1 (diff) | |
download | pkgsrc-29d91b14042d3536930a02b5a86103ecc1373dde.tar.gz |
Add dependency for jpeg. It will be picked up if installed by the configure
script and I don't consider it too much bloat (hey, this is emacs, so...)
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 1fd8170d734..9fd352175ab 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/10/04 12:55:14 kleink Exp $ +# $NetBSD: Makefile,v 1.27 2000/10/04 20:08:55 martin Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.9 @@ -18,6 +18,7 @@ USE_XAW= yes DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff +DEPENDS+= jpeg-*:../../graphics/jpeg NOT_FOR_PLATFORM= *-*-mips* #fails purespace dumping |