diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-31 15:56:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-31 15:56:26 +0000 |
commit | 87f9e97623230bbd9ac765c6c0841e541a9dc7a9 (patch) | |
tree | c486917512ae39520b306c206df4396abb1a4e0e /x11/wdm/Makefile | |
parent | 8642a708c3c0a48ff5fe3c46c258fa9669c5b291 (diff) | |
download | pkgsrc-87f9e97623230bbd9ac765c6c0841e541a9dc7a9.tar.gz |
libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).
Unconditionally switch to libgif.
As discussed on tech-pkg without dissent.
Bump PKGREVISION.
Diffstat (limited to 'x11/wdm/Makefile')
-rw-r--r-- | x11/wdm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 1817365bdb5..0e493e0f78e 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2014/05/15 14:41:59 adam Exp $ +# $NetBSD: Makefile,v 1.58 2014/05/31 15:56:28 wiz Exp $ DISTNAME= wdm-1.28 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= x11 windowmaker MASTER_SITES= http://voins.program.ru/wdm/ @@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --with-winmgr=${wmanager:Q} INSTALLATION_DIRS += share/pixmaps/wdm share/examples/wdm .include "../../mk/jpeg.buildlink3.mk" -.include "../../mk/giflib.buildlink3.mk" +.include "../../graphics/giflib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../wm/windowmaker/buildlink3.mk" |