summaryrefslogtreecommitdiff
path: root/graphics/sswf
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-10-20 08:49:47 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-10-20 08:49:47 +0000
commitff7c97b30012caae6895e53e58735ee8275428d8 (patch)
tree2abaddef63db63eab2a37ef24e18397413212314 /graphics/sswf
parentFix MASTER_SITE_SUBDIR handling (diff)
BUILD_DEPEND on bison, which is required to successfully build (fallback to
byacc fails). Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=145915
Diffstat (limited to 'graphics/sswf')
-rw-r--r--graphics/sswf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile
index b13e762c61b9..81faa1a1adec 100644
--- a/graphics/sswf/Makefile
+++ b/graphics/sswf/Makefile
@@ -15,6 +15,7 @@ DISTNAME= sswf-${PORTVERSION}-src
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
WRKSRC= ${WRKDIR}/sswf-${PORTVERSION}