diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-18 02:55:28 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-18 02:55:28 +0000 |
commit | fb47dccfe5aa1bd3d8dbbf0d515277ecc0d99f64 (patch) | |
tree | 776eefa5f98ab71c1b25c0799098fbd1dc13c10e /x11/wterm | |
parent | 12d37d917ab83e308d9bf9688687f9081cdf5722 (diff) | |
download | ports-fb47dccfe5aa1bd3d8dbbf0d515277ecc0d99f64.tar.gz ports-fb47dccfe5aa1bd3d8dbbf0d515277ecc0d99f64.zip |
Notes
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 |