diff options
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 8945c6728cc..4ee1c5fcba6 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.110 2017/08/16 07:33:39 wiz Exp $ +# $NetBSD: Makefile,v 1.111 2017/08/16 21:44:05 wiz Exp $ COMMENT= Screen saver and locker for the X window system +PKGREVISION= 1 CONFLICTS+= xscreensaver-gnome<4.14 @@ -15,10 +16,6 @@ CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config EGDIR= ${PREFIX}/share/examples/xscreensaver MESSAGE_SUBST+= EGDIR=${EGDIR:Q} -# use pipes from 5.17, the new version is too slow -post-extract: - ${CP} ${FILESDIR}/pipes.c ${WRKSRC}/hacks/glx - INSTALLATION_DIRS= ${EGDIR}/pam.d post-install: |