blob: 73e92aec7366e60a09d83aa51255e189ecd11564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.9 2013/06/06 12:54:16 wiz Exp $
#
.include "../../editors/gedit3/Makefile.common"
COMMENT= Lightweight GNOME UTF-8 text editor
PKGREVISION= 4
CONFIGURE_ARGS+= --disable-spell
.include "../../mk/bsd.pkg.mk"
|