pkgsrc/www/seamonkey/gecko-depends.mk
salo 5d60b45b4a Install pkg-config files so the gecko engine can be used by other
applications, bump PKGREVISION.

Sync files with www/mozilla and allow seamonkey to satisfy gecko
dependency.
2006-09-24 16:21:33 +00:00

11 lines
339 B
Makefile

# $NetBSD: gecko-depends.mk,v 1.1 2006/09/24 16:21:33 salo Exp $
.if !empty(PKG_OPTIONS:Mfirefox)
# needs .pc files
BUILDLINK_API_DEPENDS.firefox+= firefox>=1.5nb2
.include "../../www/firefox/buildlink3.mk"
.else
# needs .pc files
BUILDLINK_API_DEPENDS.seamonkey+= seamonkey>=1.0.5nb1
.include "../../www/seamonkey/buildlink3.mk"
.endif