diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-27 07:32:49 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-27 07:32:49 +0000 |
commit | 25490e549cf0bf4301486ebaee20dd0146e556da (patch) | |
tree | 6b02d7bb229a631bea273867412c7d3095680f14 /x11-wm/windowmaker/Makefile | |
parent | f2b2a0494bca732e067861c959a8b0a86713bbb8 (diff) | |
download | freebsd-ports-25490e549cf0bf4301486ebaee20dd0146e556da.zip |
Forget about ${PREFIX}/include/giflib.
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 df7f93e2b33a..cd3403586602 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.49 1999/04/16 05:22:48 taoka Exp $ +# $Id: Makefile,v 1.50 1999/05/01 02:45:29 steve Exp $ DISTNAME= WindowMaker-0.53.0 PKGNAME= windowmaker-0.53.0 @@ -30,7 +30,7 @@ CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \ 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/giflib" \ + --with-gfx-incs="-I${LOCALBASE}/include" \ --disable-debug MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ |