summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-20 13:37:17 +0000
committerwiz <wiz>2002-10-20 13:37:17 +0000
commitc62ad95625a124c6fc858c91f6a5352fde82b127 (patch)
treea846be356da18f1d9d60f880f6b65732342424c5 /x11
parent2d0fa28bdf81354f08a21c5b6c3a7e4a623f62b1 (diff)
downloadpkgsrc-c62ad95625a124c6fc858c91f6a5352fde82b127.tar.gz
Convert to buildlink2.
Diffstat (limited to 'x11')
-rw-r--r--x11/xlockmore/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index cff55b9bd0f..176d7bde1c0 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2002/08/27 16:33:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.51 2002/10/20 13:42:10 wiz Exp $
# FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp
#
@@ -12,7 +12,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.tux.org/~bagleyd/xlockmore.html
COMMENT= Like the XLock session locker/screen saver, but with more
-CHECK_MESA= YES
+USE_BUILDLINK2= yes
.include "../../mk/bsd.prefs.mk"
@@ -21,8 +21,8 @@ CONFIGURE_ARGS+=--without-gltt --without-ttf --without-opengl --without-mesa \
--without-xpm # --without-cxx XXX doesn't work
CONFIGURE_ENV+= CXX="${CC}" # no dependency on libstdc++
.else
-USE_XPM= YES
-USE_MESA= YES
+.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/xpm/buildlink2.mk"
CONFIGURE_ARGS+= --with-mesagl
.endif
@@ -74,4 +74,5 @@ post-install:
${WRKSRC}/sounds/complete.au \
${PREFIX}/lib/X11/xlockmore
+.include "../../audio/esound/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"