diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1998-01-07 13:34:07 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1998-01-07 13:34:07 +0000 |
commit | 301b271aa6f0e2909fc7b3b51e5555cf25942963 (patch) | |
tree | e0da531a47fc7cab399ff940e5b9534594d0f9aa /graphics/gimp | |
parent | Upgrade to 3.0 beta version 7. (diff) |
set LD for that stoopid libtool crap
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 0b7883cd1d96..28220c445ecf 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.16 1997/12/18 20:40:15 erich Exp $ +# $Id: Makefile,v 1.17 1998/01/05 17:56:39 erich Exp $ # MAJOR= 0 @@ -35,7 +35,8 @@ LIB_DEPENDS+= tk80\\.1\\.:${PORTSDIR}/x11/tk80 USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \ +CONFIGURE_ENV= LD=/usr/bin/ld \ + 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' CONFIGURE_ARGS= --with-tcl=tcl80 --with-tk=tk80 |