12 lines
237 B
Makefile
12 lines
237 B
Makefile
# $NetBSD: Makefile,v 1.55 2006/04/17 14:52:11 wiz Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 2
|
|
|
|
CONFLICTS+= glade-gnome-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
|
CONFIGURE_ARGS+= --disable-gnome-db
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|