diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-08-11 08:37:44 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-08-11 08:37:44 +0000 |
commit | 55c472e39b6f82586cc6e306aec96f36da3ce5ed (patch) | |
tree | 69e788eb7d045d9c42633c64d35c9dd84222a8f5 /x11-wm/windowmaker | |
parent | Upgrade to the 19980803 snapshot. (diff) |
(1) Configure looks first for tiff, then tiff34...so if you have an old
version of tiff, it never finds the first one.
"Anthony C. Chavez" <magus@xmission.com>
(2) dockit calls out wish in the first line.
moro <moro@remus.dti.ne.jp>
Submitted by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 14c462cab501..f68f076e1d78 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.18 1998/08/05 09:31:49 asami Exp $ +# $Id: Makefile,v 1.19 1998/08/07 23:01:40 asami Exp $ DISTNAME= WindowMaker-0.17.5 PKGNAME= windowmaker-0.17.5 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ MAINTAINER= handy@physics.montana.edu +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png \ @@ -24,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${LOCALBASE}/lib/locale \ - --with-gfx-libs="-L${LOCALBASE}/lib -ltiff34" \ + --with-gfx-libs="-L${LOCALBASE}/lib" \ --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include" post-extract: |