diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-23 09:51:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-23 09:51:59 +0000 |
commit | 064faceb3e88b560935c0d7cdd561d9982afe526 (patch) | |
tree | f0c19b1e8dd5ee020613cf03e71380fa1ed61b85 /graphics/Makefile | |
parent | 5ae59fedca616ac3c6983ebf178b628d154f4472 (diff) | |
download | pkgsrc-064faceb3e88b560935c0d7cdd561d9982afe526.tar.gz |
remove graphics/libgdgeda. This was previously only used by the cad/geda
suite and those packages now use the standard graphics/gd library instead
of the customized libgdgeda one.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6b111682b4d..23778c9a307 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.437 2006/10/07 03:07:25 markd Exp $ +# $NetBSD: Makefile,v 1.438 2006/10/23 09:51:59 dmcmahill Exp $ # COMMENT= Graphics tools and libraries @@ -170,7 +170,6 @@ SUBDIR+= libart2 SUBDIR+= libcaca SUBDIR+= libexif SUBDIR+= libexif-gtk -SUBDIR+= libgdgeda SUBDIR+= libgdiplus SUBDIR+= libggi SUBDIR+= libggigcp |