diff options
author | tg <tg@FreeBSD.org> | 1999-05-27 15:32:49 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-27 15:32:49 +0800 |
commit | f5f2df4187f06b364bd6fc79335f60115a42a58f (patch) | |
tree | 1efbb40465d48e8ac988b4f8d11079149e286523 /x11-wm | |
parent | 8ad291d9623a19595fd236822d5a7ce5e9991af3 (diff) | |
download | freebsd-ports-gnome-f5f2df4187f06b364bd6fc79335f60115a42a58f.tar.gz freebsd-ports-gnome-f5f2df4187f06b364bd6fc79335f60115a42a58f.tar.zst freebsd-ports-gnome-f5f2df4187f06b364bd6fc79335f60115a42a58f.zip |
Forget about ${PREFIX}/include/giflib.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index f2be06f23695..21fbb9f2c97e 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Nov 1998 # Whom: mac@jp.freebsd.org # -# $Id: Makefile,v 1.56 1999/04/08 09:18:10 flathill Exp $ +# $Id: Makefile,v 1.57 1999/05/01 02:43:22 steve Exp $ DISTNAME= WindowMaker-0.53.0 PKGNAME= windowmaker-i18n-0.53.0 @@ -34,7 +34,6 @@ CONFIGURE_ENV= X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} \ LINGUAS="de es fi fr hr it ja_JP.EUC ko nl no pl pt ru" CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${PREFIX}/share/locale \ - --with-gfx-incs="-I${LOCALBASE}/include/giflib" \ --disable-debug --enable-kanji --disable-shared MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ 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 \ |