pkgsrc/devel/glade2/Makefile
jmmv ca2d0d96a7 Disable GNOME support and split the Makefile to aid in the addition of the
new glade2-gnome package, which provides the missing bits.  Bump PKGREVISION
to 1.

While here, pick maintainership.  This package was maintained by the same
person as gnome2-terminal, who is unreachable according to ben@.

Addresses PR pkg/25030.
2004-12-29 12:56:50 +00:00

12 lines
239 B
Makefile

# $NetBSD: Makefile,v 1.35 2004/12/29 12:56:50 jmmv Exp $
.include "Makefile.common"
PKGREVISION= 1
CONFLICTS+= glade2-gnome-[0-9]*
CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ARGS+= --disable-gnome-db
.include "../../mk/bsd.pkg.mk"