summaryrefslogtreecommitdiff
path: root/graphics/sswf
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-10-23 20:59:15 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-10-23 20:59:15 +0000
commitabc540aedf17ec84e752b66bada08e815f5da13e (patch)
treef46d32db7f170690542d0a7675a0a7b29c9712c3 /graphics/sswf
parentAdd missing dirrm lines from the last update. (diff)
Add missing dependency on freetype, which was always happily satisfied already
by my installed systems. Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=146195
Diffstat (limited to 'graphics/sswf')
-rw-r--r--graphics/sswf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile
index 81faa1a1adec..a58dda8fce92 100644
--- a/graphics/sswf/Makefile
+++ b/graphics/sswf/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= anholt@FreeBSD.org
COMMENT= A library and script language tool to create Flash movies
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ freetype.9:${PORTSDIR}/print/freetype2
WRKSRC= ${WRKDIR}/sswf-${PORTVERSION}
USE_ICONV= yes