diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-13 00:54:10 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-13 00:54:10 +0000 |
commit | 75b7177495070a503d6ebeead86a058e70504b8b (patch) | |
tree | e88bedf8345d3bfb40a36de7a32e6daa0ba5564d /graphics/gimp | |
parent | d2abb529eb0b10cd8bda95c0689e2e1a7952e615 (diff) | |
download | pkgsrc-75b7177495070a503d6ebeead86a058e70504b8b.tar.gz |
pkglint: move NOT_FOR_ARCHS out of the way.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 31626acd940..8dfee9f81f6 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1998/11/07 17:29:54 mycroft Exp $ +# $NetBSD: Makefile,v 1.28 1998/11/13 00:54:10 frueauf Exp $ DISTNAME= gimp-1.0.2 CATEGORIES= graphics @@ -7,12 +7,10 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.2/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${GIMP_DATA}${EXTRACT_SUFX} -NOT_FOR_ARCHS= alpha #illegal instruction, core dumped. - MAINTAINER= bsieker@techfak.uni-bielefeld.de HOMEPAGE= http://www.gimp.org/ -BUILD_DEPENDS= emacs:../../editors/emacs +BUILD_DEPENDS= xemacs:../../editors/xemacs20 DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= gtk+-1.0.6:../../x11/gtk10 DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib @@ -22,6 +20,8 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm CONFLICTS+= gimp-0.99.28 gimp-1.0.0 +NOT_FOR_ARCHS= alpha #illegal instruction, core dumped. + GIMP_DATA= gimp-data-extras-1.0.0 .ifndef DISPLAY |