summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-03-09 19:23:09 +0000
committerjschauma <jschauma@pkgsrc.org>2003-03-09 19:23:09 +0000
commite7c1762bd099b15e25bfbfa9e763b31bf040b846 (patch)
tree1d6ab251364d1ba0910232f7d2ca588662bd72f0 /x11/xlockmore
parentee035fccf7d99dc101f03c6603d4cb971c164630 (diff)
downloadpkgsrc-e7c1762bd099b15e25bfbfa9e763b31bf040b846.tar.gz
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index fae5f3be7b5..2b1218909e7 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.52 2002/12/05 00:45:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.53 2003/03/09 19:28:18 jschauma Exp $
# FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp
#
DISTNAME= xlockmore-5.06
CATEGORIES= x11
+PKGREVISION= 1
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
${MASTER_SITE_XCONTRIB:=applications/}
EXTRACT_SUFX= .tar.bz2
@@ -21,7 +22,7 @@ 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
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
CONFIGURE_ARGS+= --with-mesagl
.endif