blob: 61434841179de53fdea33b328e969c9781f61b39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.11 2013/10/10 14:42:06 ryoon Exp $
#
.include "../../editors/gedit3/Makefile.common"
COMMENT= Lightweight GNOME UTF-8 text editor
PKGREVISION= 6
CONFIGURE_ARGS+= --disable-spell
.include "../../mk/bsd.pkg.mk"
|