diff options
author | tg <tg@FreeBSD.org> | 1998-12-07 20:05:04 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-12-07 20:05:04 +0800 |
commit | 36146b3876e8f44a748c334f901219c9c459b95e (patch) | |
tree | 9eca883cc67b2f376a7751f1a1e2bc47a42cbc39 /x11-wm | |
parent | d89c455200a963e1f83bd2aef95f5ee565bad886 (diff) | |
download | freebsd-ports-gnome-36146b3876e8f44a748c334f901219c9c459b95e.tar.gz freebsd-ports-gnome-36146b3876e8f44a748c334f901219c9c459b95e.tar.zst freebsd-ports-gnome-36146b3876e8f44a748c334f901219c9c459b95e.zip |
configure checks for libgif now.
Submitted by: Akihiko Hayashi <hayashi@totalware.gifu.gifu.jp>
Diffstat (limited to 'x11-wm')
-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 33d217f203a8..d20f631ac643 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.40 1998/11/25 09:01:24 asami Exp $ +# $Id: Makefile,v 1.41 1998/12/04 07:53:41 tg Exp $ DISTNAME= WindowMaker-0.20.3 PKGNAME= windowmaker-0.20.3 @@ -27,7 +27,7 @@ CONFIGURE_ENV= X11BASE=${X11BASE} CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${LOCALBASE}/lib/locale \ --with-gfx-libs="-L${LOCALBASE}/lib" \ - --with-gfx-incs="-I${LOCALBASE}/include -I${LOCALBASE}/include" \ + --with-gfx-incs="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ --disable-debug MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ |