diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-17 17:56:12 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-17 17:56:12 +0000 |
commit | 119d834e907b6b86f787e1e5182bb7097944e3ba (patch) | |
tree | b40f2480579bdc0d1980b16628b010b98622e453 /x11/eterm | |
parent | Bump imlib version number in dependencies. (diff) |
Honor LOCALBASE for finding libraries: jpeg, png, et. al.
Notes
Notes:
svn path=/head/; revision=16104
Diffstat (limited to 'x11/eterm')
-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 |