diff options
author | tg <tg@FreeBSD.org> | 1998-08-11 16:37:44 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-08-11 16:37:44 +0800 |
commit | a9472bcaa0c3cf7767783ba79cbdb81937815c1e (patch) | |
tree | 40453067e5d093484c6fcef3a33d0cd0c1e65b31 /x11-wm/windowmaker | |
parent | ec8a52366fb5043047c105f9ec87362ee4d7995d (diff) | |
download | freebsd-ports-gnome-a9472bcaa0c3cf7767783ba79cbdb81937815c1e.tar.gz freebsd-ports-gnome-a9472bcaa0c3cf7767783ba79cbdb81937815c1e.tar.zst freebsd-ports-gnome-a9472bcaa0c3cf7767783ba79cbdb81937815c1e.zip |
(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: |