diff options
author | joerg <joerg@pkgsrc.org> | 2012-09-23 14:43:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-09-23 14:43:47 +0000 |
commit | 0ba7d24cd38110156aa0550e48a19a45a30f2526 (patch) | |
tree | 5eaf0071c1f7cdd85b3d6ef108797b1adf64728a | |
parent | f5f7409b08b4ab565fc370857571b49494e5e510 (diff) | |
download | pkgsrc-0ba7d24cd38110156aa0550e48a19a45a30f2526.tar.gz |
Needs xextproto.
-rw-r--r-- | x11/unicode-screensaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/unicode-screensaver/Makefile b/x11/unicode-screensaver/Makefile index 92fabd9f419..4223aad854f 100644 --- a/x11/unicode-screensaver/Makefile +++ b/x11/unicode-screensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/11/01 06:03:09 sbd Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/23 14:43:47 joerg Exp $ # DISTNAME= unicode-screensaver-0.3 @@ -26,4 +26,5 @@ post-install: .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |