diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-18 10:55:28 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-18 10:55:28 +0800 |
commit | c3b676fa4e44db7ea7092a8b70bba6ea279c462f (patch) | |
tree | 87ddc0817378c4213b05b280e63f686c074e7397 /x11/wterm | |
parent | 1fd7502875f82952cff18cb61e8975259d252e1c (diff) | |
download | freebsd-ports-gnome-c3b676fa4e44db7ea7092a8b70bba6ea279c462f.tar.gz freebsd-ports-gnome-c3b676fa4e44db7ea7092a8b70bba6ea279c462f.tar.zst freebsd-ports-gnome-c3b676fa4e44db7ea7092a8b70bba6ea279c462f.zip |
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
Diffstat (limited to 'x11/wterm')
-rw-r--r-- | x11/wterm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <cpiazza@home.net> # -# $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 |