diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-30 22:50:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-30 22:50:54 +0800 |
commit | 0f54ab5e933660294064bd2716bbe3d06052fb8b (patch) | |
tree | 35f5d17d19eecea37861d754a4d5ac0636d87b63 /graphics/fbm/Makefile | |
parent | fa815ee4a5413acc2fac9e16070961fc30b8512c (diff) | |
download | freebsd-ports-gnome-0f54ab5e933660294064bd2716bbe3d06052fb8b.tar.gz freebsd-ports-gnome-0f54ab5e933660294064bd2716bbe3d06052fb8b.tar.zst freebsd-ports-gnome-0f54ab5e933660294064bd2716bbe3d06052fb8b.zip |
Add RLE support.
PR: ports/93839
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
Diffstat (limited to 'graphics/fbm/Makefile')
-rw-r--r-- | graphics/fbm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile index ab132727e4af..e608e2c34bab 100644 --- a/graphics/fbm/Makefile +++ b/graphics/fbm/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Fuzzy Pixmap Manipulation utilities +LIB_DEPENDS= rle.1:${PORTSDIR}/graphics/urt + NO_WRKSUBDIR= yes NO_LATEST_LINK= yes |