diff options
author | joerg <joerg> | 2006-11-06 10:04:42 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-06 10:04:42 +0000 |
commit | 95e774ac1a7e2d8562ad3b846f3069194d435951 (patch) | |
tree | c2249431b743f123797e144f8fde916b041e01bf /x11/xlockmore | |
parent | fcbfde2863b18d6867f9dba3cf539a6b34bd97b5 (diff) | |
download | pkgsrc-95e774ac1a7e2d8562ad3b846f3069194d435951.tar.gz |
Switch to modular buildlinks.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 4 | ||||
-rw-r--r-- | x11/xlockmore/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index a3f94d765ac..46b4d9fdb6f 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -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 @@ USE_TOOLS+= pkg-config .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 --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index f1eeffad03b..ed42bf18556 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -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+= --without-dpms 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. |