blob: 6151dde12d207759a566f9949ee29c405100f587 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.12 2004/08/10 14:04:01 taya Exp $
MOZILLA= firefox-gtk2
COMMENT= Lightweight gecko-based web browser built with GTK2
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
.include "../../www/firefox/Makefile-firefox.common"
|