blob: 314631c761c10c3ca57cb793a3d6e31e100eeda8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:42 wiz Exp $
#
PKGREVISION= 6
BROWSER= firefox
CONFIGURE_ARGS+= --disable-gtk1
.include "Makefile.common"
.include "../../www/firefox/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|