diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-03 23:21:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-03 23:21:58 +0000 |
commit | 1ccf9254b5b8a67c5456351d294fb9fb86924ba8 (patch) | |
tree | 56fd7369d948a624855c0623d76ed32d4301bdac /graphics/Makefile | |
parent | - Unbreak fix build on 5.X (diff) |
Scale2x is real-time graphics effect able to increase the size of small
bitmaps guessing the missing pixels without interpolating pixels and
blurring the images.
WWW: http://scale2x.sourceforge.net/
PR: ports/106196
Submitted by: chinsan
Notes
Notes:
svn path=/head/; revision=178769
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 d8557cbf3858..3914f06643a7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -615,6 +615,7 @@ SUBDIR += sam2p SUBDIR += sane-backends SUBDIR += sane-frontends + SUBDIR += scale2x SUBDIR += sced SUBDIR += scr2png SUBDIR += scrot |