blob: b37991c35108f031fd54e1ac22035a68bc832ed9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.10 2013/09/02 19:51:01 adam Exp $
#
.include "../../editors/gedit3/Makefile.common"
COMMENT= Lightweight GNOME UTF-8 text editor
PKGREVISION= 5
CONFIGURE_ARGS+= --disable-spell
.include "../../mk/bsd.pkg.mk"
|