diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-16 09:04:37 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-16 09:04:37 +0000 |
commit | 0fa8533c72d8a07c03b4050bc480e1ce6357830a (patch) | |
tree | 3f9282afb4a2bb7d56dc73798b9393f0ed8990ba /graphics/gimp1/Makefile | |
parent | Remove identical lines, so that pkg_delete completes. (diff) |
Add ${LOCALBASE}/include/{tcl8.0,tk8.0} to CPPFLAGS.
Use install-info in PLIST. This seems to need a bit more work,
but I don't get errors from the pkg_* tools so I left it in.
OK'd by: The Portsmeister
Notes
Notes:
svn path=/head/; revision=8299
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 791c571a8225..572533a0372c 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.10 1997/07/14 22:19:04 erich Exp $ +# $Id: Makefile,v 1.11 1997/10/15 20:17:47 erich Exp $ # VERSION= 0.99.14 @@ -27,12 +27,13 @@ LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= tiff\\.3\\.:${PORTSDIR}/graphics/tiff LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS+= tk80\\.1\\.:${PORTSDIR}/x11/tk80 USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS=-I/usr/local/include LIBS=-L/usr/local/lib +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \ + -I${LOCALBASE}/include/tk8.0" LIBS=-L${LOCALBASE}/lib DATASTUFF= brushes palettes gradients patterns |