pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xlockmore Switch to modular buildlinks.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faa121adda46
branches:  trunk
changeset: 521172:faa121adda46
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 06 10:04:42 2006 +0000

description:
Switch to modular buildlinks.

diffstat:

 x11/xlockmore/Makefile        |  4 ++--
 x11/xlockmore/Makefile.common |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 2d671a30b030 -r faa121adda46 x11/xlockmore/Makefile
--- a/x11/xlockmore/Makefile    Mon Nov 06 09:59:11 2006 +0000
+++ b/x11/xlockmore/Makefile    Mon Nov 06 10:04:42 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2006/06/20 16:02:14 joerg Exp $
+# $NetBSD: Makefile,v 1.77 2006/11/06 10:04:42 joerg Exp $
 
 .include "Makefile.common"
 
@@ -13,7 +13,7 @@
 .include "../../audio/esound/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
-.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 2d671a30b030 -r faa121adda46 x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common     Mon Nov 06 09:59:11 2006 +0000
+++ b/x11/xlockmore/Makefile.common     Mon Nov 06 10:04:42 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2006/10/20 12:38:48 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.45 2006/11/06 10:04:42 joerg Exp $
 #
 # This Makefile.common is included by:
 #
@@ -71,7 +71,7 @@
 CONFIGURE_ARGS+=       --disable-allow-root
 .endif
 
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 
 # Set the complete paths to the sound files and set the default xlock
 # mode/screensaver.



Home | Main Index | Thread Index | Old Index