pkgsrc/www/seamonkey/gecko-depends.mk
tnn c714428604 Tie down the firefox API dependency for the firefox option to <= 2.99.
"gtkmozembed" is deprecated and not shipped with firefox 3.0+
Some packages that need firefox (like www/epiphany?) can be configured
to use libxul instead.
For those packages that support it, it might be a good idea to add a
firefox3 option when we get closer to firefox 3 launch day.
2008-05-31 23:02:40 +00:00

12 lines
385 B
Makefile

# $NetBSD: gecko-depends.mk,v 1.2 2008/05/31 23:02:40 tnn Exp $
.if !empty(PKG_OPTIONS:Mfirefox)
# needs .pc files
BUILDLINK_API_DEPENDS.firefox+= firefox>=1.5nb2
BUILDLINK_API_DEPENDS.firefox+= firefox<=2.99
.include "../../www/firefox/buildlink3.mk"
.else
# needs .pc files
BUILDLINK_API_DEPENDS.seamonkey+= seamonkey>=1.0.5nb1
.include "../../www/seamonkey/buildlink3.mk"
.endif