summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-01 10:48:46 +0000
committerjlam <jlam@pkgsrc.org>2004-02-01 10:48:46 +0000
commit320f4658bffe214ca1a127aa756335cb3fe71db1 (patch)
treef2013be7003ffa2436a17aac89d96744d72dde29 /x11/xscreensaver/Makefile
parent73286aaabe9e66f02af2f72babdaf4596925350b (diff)
downloadpkgsrc-320f4658bffe214ca1a127aa756335cb3fe71db1.tar.gz
bl3ify
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r--x11/xscreensaver/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index f25576f1b75..65015438802 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.64 2004/01/23 21:50:52 jmmv Exp $
-#
+# $NetBSD: Makefile,v 1.65 2004/02/01 10:48:46 jlam Exp $
COMMENT= Screen saver and locker for the X window system
PKGREVISION= 2
CONFLICTS+= xscreensaver-gnome<4.14
-.include "../../x11/xscreensaver/Makefile.common"
+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/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"