From fb47dccfe5aa1bd3d8dbbf0d515277ecc0d99f64 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 18 Jun 1999 02:55:28 +0000 Subject: Fix the wterm build. It didn't have a -I${LOCALBASE}/include which was needed for libPropList. Add a few more --with's to be more like the aterm port. PR: 12236 Submitted by: maintainer --- x11/wterm/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'x11') diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index eb5dc85e0faa..b1247c44bb92 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -3,7 +3,7 @@ # Date created: 25 February 1999 # Whom: Chris Piazza # -# $Id: Makefile,v 1.1.1.1 1999/04/03 01:45:05 steve Exp $ +# $Id: Makefile,v 1.2 1999/04/14 04:49:46 mharo Exp $ # DISTNAME= wterm-6.2.6 @@ -13,14 +13,15 @@ MASTER_SITES= ftp://beer.dct.com/pub/Applications/ \ MAINTAINER= cpiazza@home.net -BUILD_DEPENDS= ${PREFIX}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker +BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ --disable-delete-key --disable-backspace-key \ - --enable-next-scrollbar + --enable-next-scrollbar --enable-utmp --enable-wtmp +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" MAN1= wterm.1 -- cgit v1.2.3