b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
13 lines
319 B
Makefile
13 lines
319 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/03/13 17:36:41 fredb Exp $
|
|
|
|
.include "../everybuddy/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gnome-/}
|
|
PKGREVISION= 1
|
|
CONFLICTS+= everybuddy-[0-9]*
|
|
COMMENT+= with GNOME support
|
|
|
|
CONFIGURE_ARGS+= --enable-panel
|
|
|
|
.include "../../x11/gnome-core/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|