blob: 08b574fc22167038f7596addc58d49289ce491f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.8 2013/06/04 22:15:58 tron Exp $
#
.include "../../editors/gedit3/Makefile.common"
COMMENT= Lightweight GNOME UTF-8 text editor
PKGREVISION= 3
CONFIGURE_ARGS+= --disable-spell
.include "../../mk/bsd.pkg.mk"
|