diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-12-18 20:40:24 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-12-18 20:40:24 +0000 |
commit | e94e7c7e4e2e45d5e6aba7dc9a7ed03e1105d1fd (patch) | |
tree | 330a20e18d918c554ff570dc5fb70b93993681b1 /graphics/gimp1/Makefile | |
parent | Update to 0.46. The changelog speaks: (diff) |
use tiff34 and fix path to sendmail
Submitted by: Vanilla
Notes
Notes:
svn path=/head/; revision=9129
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 9208bd85d089..bc8d5fb5d069 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.13 1997/12/01 08:05:34 tg Exp $ +# $Id: Makefile,v 1.15 1997/12/16 23:25:34 erich Exp $ # MAJOR= 0 @@ -36,8 +36,8 @@ USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \ - -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tiff34" \ - LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' + -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tiff34" \ + LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' CONFIGURE_ARGS= --with-tcl=tcl80 --with-tk=tk80 DATASTUFF= brushes palettes gradients patterns |