diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:01:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:01:47 +0000 |
commit | 82a60e4fa4941f153e9ff58386f27c0576c153b9 (patch) | |
tree | 37ae5515cfcb83267fb21edb7b9a9c527f1d0826 /x11-wm/windowmaker/Makefile | |
parent | 45b42cea28421c98f4e11975201fbce5f6e0100d (diff) | |
download | ports-82a60e4fa4941f153e9ff58386f27c0576c153b9.tar.gz ports-82a60e4fa4941f153e9ff58386f27c0576c153b9.zip |
Set USE_LIBTOOL=yes so we get rid of another dastardly (sp?) .la file.
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
Notes
Notes:
svn path=/head/; revision=19318
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 6360b9cbac4a..f47fd5a752be 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.51 1999/05/27 07:32:49 tg Exp $ +# $Id: Makefile,v 1.52 1999/06/04 08:00:19 tg Exp $ DISTNAME= WindowMaker-0.60.0 PKGNAME= windowmaker-0.60.0 @@ -24,7 +24,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ USE_BZIP2= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \ CPPFLAGS=-I${LOCALBASE}/include CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ |