blob: 318630810a8ee229408e71a6c046ee1610c9b0de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.23 2021/12/08 16:05:20 adam Exp $
.include "Makefile.common"
PKGREVISION= 7
USE_TOOLS+= makeinfo zip
INFO_FILES= yes
CONFIGURE_ARGS+= --disable-gtk-peer
.include "../../mk/bsd.pkg.mk"
|