diff options
author | tron <tron> | 2002-10-30 10:44:27 +0000 |
---|---|---|
committer | tron <tron> | 2002-10-30 10:44:27 +0000 |
commit | 11ffacd876ee5e0e719772243089046b2df158bd (patch) | |
tree | 7a78d6af5fc42b062e01b9bb092c8e3f98f8afb4 /x11 | |
parent | ba7089e5700c59e4cdb11de6fc87fef5c18a752e (diff) | |
download | pkgsrc-11ffacd876ee5e0e719772243089046b2df158bd.tar.gz |
Include "x11.buildlink2.mk" to fix build problem.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index e7dbbc89e10..7aa0dbd2efa 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2002/10/28 22:37:10 wiz Exp $ +# $NetBSD: Makefile.common,v 1.39 2002/10/30 10:44:27 tron Exp $ # DISTNAME= xscreensaver-4.06 @@ -53,3 +53,4 @@ CONFIGURE_ARGS+= --without-kerberos .include "../../graphics/gle/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" +.include "../../mk/x11.buildlink2.mk" |