diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-09 20:29:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-09 20:29:17 +0000 |
commit | d786965c89cce69b9ddb35418bd1b5702b4fe1ef (patch) | |
tree | 9c893f2bcdfce0073d6b46c16aaa68bb86184268 /x11 | |
parent | 8d3492ec993d68cda79e54232f06a010c0971346 (diff) | |
download | pkgsrc-d786965c89cce69b9ddb35418bd1b5702b4fe1ef.tar.gz |
Change to use libungif instead of giflib
Diffstat (limited to 'x11')
-rw-r--r-- | x11/windowmaker/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index d008622c1df..b1d00d6fc38 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 1999/10/08 21:12:53 jlam Exp $ +# $NetBSD: Makefile,v 1.38 1999/10/09 20:29:17 jlam Exp $ DISTNAME= WindowMaker-0.61.1 PKGNAME= windowmaker-0.61.1 @@ -13,7 +13,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.windowmaker.org/ DEPENDS+= libproplist-0.9.*:../../devel/libproplist -DEPENDS+= giflib-*:../../graphics/giflib +DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff @@ -24,9 +24,7 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-usermenu \ --with-nlsdir=${PREFIX}/share/locale \ - --with-incs-from=" \ - -I${LOCALBASE}/include \ - -I${LOCALBASE}/include/giflib" + --with-incs-from="-I${LOCALBASE}/include" # The following ensures that `get-wraster-flags --ldflags' returns the # correct linker flags. |