diff options
author | erich <erich@FreeBSD.org> | 1997-12-19 04:40:24 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-12-19 04:40:24 +0800 |
commit | a51a2c0b3c8b7a273711e52b930938f3d7d8f705 (patch) | |
tree | 0989ef6ecfed4b3ddb9f8107df6fc37fbe60dc05 /graphics/gimp-devel/Makefile | |
parent | 0dc739d223c19d93c4c8178b10440e7156fbb7a2 (diff) | |
download | freebsd-ports-gnome-a51a2c0b3c8b7a273711e52b930938f3d7d8f705.tar.gz freebsd-ports-gnome-a51a2c0b3c8b7a273711e52b930938f3d7d8f705.tar.zst freebsd-ports-gnome-a51a2c0b3c8b7a273711e52b930938f3d7d8f705.zip |
use tiff34 and fix path to sendmail
Submitted by: Vanilla
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r-- | graphics/gimp-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 9208bd85d089..bc8d5fb5d069 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/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 |