Add archivers/unzip to BUILD_DEPENDS, reported by Mark Patruck (thanks!)

This commit is contained in:
landry 2011-06-28 11:57:39 +00:00
parent b6bb1792fb
commit 8713d2ab0d

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.182 2011/06/28 05:43:57 landry Exp $
# $OpenBSD: Makefile,v 1.183 2011/06/28 11:57:39 landry Exp $
COMMENT = Mozilla web browser
BROKEN-sparc64 = https://bugzilla.mozilla.org/show_bug.cgi?id=577056
@ -45,6 +45,9 @@ WANTLIB += event
CONFIGURE_ARGS += --disable-tracejit --disable-methodjit
.endif
# needed during make install
BUILD_DEPENDS += archivers/unzip
# ensure we depend on cairo with tee backend enabled
LIB_DEPENDS = graphics/cairo>=1.10.2p0
# --with-system-png=${LOCALBASE}