diff options
author | drochner <drochner@pkgsrc.org> | 2011-09-06 18:45:45 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-09-06 18:45:45 +0000 |
commit | 0610e986e89939ef5b344926f1928e97bbb64c18 (patch) | |
tree | e15110015f382c51afbf9657c5936fc6b981b48d /graphics/Makefile | |
parent | de24d61d937b6974a51fdc41013916ce08201c97 (diff) | |
download | pkgsrc-0610e986e89939ef5b344926f1928e97bbb64c18.tar.gz |
split giflib into 2 pkgs: one for the lib, one for cmd line utils
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ef965ebf47f..ad643deacf9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.611 2011/08/19 06:11:02 wiz Exp $ +# $NetBSD: Makefile,v 1.612 2011/09/06 18:45:45 drochner Exp $ # COMMENT= Graphics tools and libraries @@ -131,6 +131,7 @@ SUBDIR+= gfract SUBDIR+= gif2png SUBDIR+= gif320 SUBDIR+= giflib +SUBDIR+= giflib-util SUBDIR+= gifsicle SUBDIR+= giftrans SUBDIR+= gimmage |