diff options
author | erich <erich@FreeBSD.org> | 1998-01-07 21:34:07 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1998-01-07 21:34:07 +0800 |
commit | de89ce3872479fae35cf10b19a459cdd2fbd1189 (patch) | |
tree | d104e7109958f50ad191fcf06589a9a994b43a34 /graphics/gimp-app | |
parent | 01d66df9ffa70d426294cfba766a3520d792d804 (diff) | |
download | freebsd-ports-gnome-de89ce3872479fae35cf10b19a459cdd2fbd1189.tar.gz freebsd-ports-gnome-de89ce3872479fae35cf10b19a459cdd2fbd1189.tar.zst freebsd-ports-gnome-de89ce3872479fae35cf10b19a459cdd2fbd1189.zip |
set LD for that stoopid libtool crap
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 0b7883cd1d96..28220c445ecf 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/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 |