12 lines
242 B
Makefile
12 lines
242 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/02/06 19:31:03 jperkin Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 1
|
|
|
|
CONFLICTS+= wistumbler-gtk-[0-9]*
|
|
CONFLICTS+= wistumbler2-gtk-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --without-gtk
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|