diff options
author | joerg <joerg> | 2010-01-31 22:47:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-31 22:47:34 +0000 |
commit | eae2d9121e583f6f26c48993fae2c808a874bf27 (patch) | |
tree | a397d6aae6c226a8e91edcf47a2bc6e600460967 /time | |
parent | 785f36ccf9a6a70c2ea2e27225b4e2cf452945f5 (diff) | |
download | pkgsrc-eae2d9121e583f6f26c48993fae2c808a874bf27.tar.gz |
Needs xextproto
Diffstat (limited to 'time')
-rw-r--r-- | time/wmzcalock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/wmzcalock/Makefile b/time/wmzcalock/Makefile index cba80d03a70..5b2201e8145 100644 --- a/time/wmzcalock/Makefile +++ b/time/wmzcalock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/01/19 08:23:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2010/01/31 22:47:34 joerg Exp $ # DISTNAME= wmzcalock-0.1 @@ -31,4 +31,5 @@ do-install: .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |