diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-13 22:27:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-13 22:27:48 +0000 |
commit | 83a3bf03fc19869350ee7f54f5ed454ad3d1c332 (patch) | |
tree | e73a1a92d2e84f5a75d28d4f040f0939d184c6c8 /graphics/Makefile | |
parent | 83cf35893c72d614666e379a522643a3fa3c3378 (diff) |
This library servers for displaying PNG images in programs
using the Allegro multimedia library.
WWW: http://alpng.sourceforge.net/
PR: ports/139557
Submitted by: Stas Timokhin <stast at bsdportal.ru>
Notes
Notes:
svn path=/head/; revision=242793
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index de93336e9c31..a98e471b0bd2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -24,6 +24,7 @@ SUBDIR += albumshaper SUBDIR += ale SUBDIR += allegrogl + SUBDIR += alpng SUBDIR += amanith SUBDIR += ampasCTL SUBDIR += animorph |