diff options
author | mycroft <mycroft> | 1998-11-21 15:56:39 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-11-21 15:56:39 +0000 |
commit | 5c8cf5cb77d8860459d6b46bb345a25d8d58535f (patch) | |
tree | dbf7d7c51421fa02342bebaa09d91e693bb7051d /graphics/gimp/Makefile | |
parent | 2536865ac79086dc388bed92127b6c706311904c (diff) | |
download | pkgsrc-5c8cf5cb77d8860459d6b46bb345a25d8d58535f.tar.gz |
emacs, not xemacs.
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 8dfee9f81f6..6e5a0d83b31 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 1998/11/13 00:54:10 frueauf Exp $ +# $NetBSD: Makefile,v 1.29 1998/11/21 15:56:39 mycroft Exp $ DISTNAME= gimp-1.0.2 CATEGORIES= graphics @@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= bsieker@techfak.uni-bielefeld.de HOMEPAGE= http://www.gimp.org/ -BUILD_DEPENDS= xemacs:../../editors/xemacs20 +BUILD_DEPENDS= emacs:../../editors/emacs DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= gtk+-1.0.6:../../x11/gtk10 DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib |