blob: 94b325799c210c3cafff62c7b43b8147e0910184 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2.2.1 2012/10/03 12:07:29 spz Exp $
#
.include "../../editors/gedit3/Makefile.common"
PKGREVISION= 2
COMMENT= Lightweight GNOME UTF-8 text editor
CONFIGURE_ARGS+= --disable-spell
.include "../../mk/bsd.pkg.mk"
|