blob: 6fe16b207c4aa3e35c61fe9895eea1e6f91cc55b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.14 2014/05/17 16:10:44 wiz Exp $
.include "../../editors/gedit3/Makefile.common"
PKGREVISION= 2
COMMENT= Lightweight GNOME UTF-8 text editor
CONFIGURE_ARGS+= --disable-spell
.include "../../mk/bsd.pkg.mk"
|