Add archivers/unzip to BUILD_DEPENDS, reported by Mark Patruck (thanks!)
This commit is contained in:
parent
b6bb1792fb
commit
8713d2ab0d
@ -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
|
COMMENT = Mozilla web browser
|
||||||
BROKEN-sparc64 = https://bugzilla.mozilla.org/show_bug.cgi?id=577056
|
BROKEN-sparc64 = https://bugzilla.mozilla.org/show_bug.cgi?id=577056
|
||||||
@ -45,6 +45,9 @@ WANTLIB += event
|
|||||||
CONFIGURE_ARGS += --disable-tracejit --disable-methodjit
|
CONFIGURE_ARGS += --disable-tracejit --disable-methodjit
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
# needed during make install
|
||||||
|
BUILD_DEPENDS += archivers/unzip
|
||||||
|
|
||||||
# ensure we depend on cairo with tee backend enabled
|
# ensure we depend on cairo with tee backend enabled
|
||||||
LIB_DEPENDS = graphics/cairo>=1.10.2p0
|
LIB_DEPENDS = graphics/cairo>=1.10.2p0
|
||||||
# --with-system-png=${LOCALBASE}
|
# --with-system-png=${LOCALBASE}
|
||||||
|
Loading…
Reference in New Issue
Block a user