diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-18 01:56:12 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-18 01:56:12 +0800 |
commit | 1b885c6c237509327b1ef342cc1ae4fb8ce1d9d9 (patch) | |
tree | 6156af5c1e8e155b9073b8c894f7fef3ca09b028 /x11 | |
parent | 114f9b630657a0a24e702847f5daff21ca6b85d6 (diff) | |
download | freebsd-ports-gnome-1b885c6c237509327b1ef342cc1ae4fb8ce1d9d9.tar.gz freebsd-ports-gnome-1b885c6c237509327b1ef342cc1ae4fb8ce1d9d9.tar.zst freebsd-ports-gnome-1b885c6c237509327b1ef342cc1ae4fb8ce1d9d9.zip |
Honor LOCALBASE for finding libraries: jpeg, png, et. al.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 0383a11d1068..ca8e849d866f 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1997 # Whom: Murray Stokely <murray@cdrom.com> # -# $Id: Makefile,v 1.11 1998/10/30 04:21:20 asami Exp $ +# $Id: Makefile,v 1.12 1999/01/14 17:08:22 vanilla Exp $ # DISTNAME= Eterm-0.8.7 @@ -19,6 +19,7 @@ LIB_DEPENDS= Imlib.2:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAN1= Eterm.1 |