pkgsrc/x11/xscreensaver/Makefile
wiz ce62648d51 graphics/barcode and x11/xscreensaver conflict (because of
man/man1/barcode.1). Noted by kleink in PR 29585.
2005-03-18 14:44:58 +00:00

19 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.67 2005/03/18 14:44:58 wiz Exp $
COMMENT= Screen saver and locker for the X window system
CONFLICTS+= xscreensaver-gnome<4.14
# man/man1/barcode.1
CONFLICTS+= barcode-[0-9]*
USE_BUILDLINK3= yes
.include "Makefile.common"
CONFIGURE_ARGS+= --without-gnome
CONFIGURE_ARGS+= --without-gtk
CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2}
CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"