summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-10-25 16:40:40 +0000
committerWill Andrews <will@FreeBSD.org>2002-10-25 16:40:40 +0000
commit0e6938609be15d79327c64b5c843cb4814c81179 (patch)
tree20d2038b57783b4a26cdd1088f15a523278b1185 /graphics/Makefile
parentCircumvent the use of bison, use FreeBSD yacc instead. (diff)
Add png2ico 2002.09.03, a program that converts PNG files to Windows
icon resource files. PR: 43292 Submitted by: Franz Klammer <klammer@webonaut.com>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index fcbcbd7154e9..9dcbde143039 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -294,6 +294,7 @@
SUBDIR += plotutils
SUBDIR += png
SUBDIR += png2html
+ SUBDIR += png2ico
SUBDIR += pngcheck
SUBDIR += pngcrush
SUBDIR += pngquant