diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-11-07 17:29:54 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-11-07 17:29:54 +0000 |
commit | d35cc83aa4435daf3bac787b2e0f8014c92294ca (patch) | |
tree | 01560fbc1b7b09657226bc695ea9268624bcb93b /graphics | |
parent | 2b111ae232f9e2601d1769bd6b20f7140b652af9 (diff) | |
download | pkgsrc-d35cc83aa4435daf3bac787b2e0f8014c92294ca.tar.gz |
The docs build requires emacs, so make it a build dependency.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 00962906eff..31626acd940 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1998/11/07 17:21:29 mycroft Exp $ +# $NetBSD: Makefile,v 1.27 1998/11/07 17:29:54 mycroft Exp $ DISTNAME= gimp-1.0.2 CATEGORIES= graphics @@ -12,6 +12,7 @@ NOT_FOR_ARCHS= alpha #illegal instruction, core dumped. MAINTAINER= bsieker@techfak.uni-bielefeld.de HOMEPAGE= http://www.gimp.org/ +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 @@ -28,8 +29,7 @@ IS_INTERACTIVE= yes .endif USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CFLAGS= -pipe -O2 -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib |