diff options
author | joerg <joerg> | 2010-01-31 22:47:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-31 22:47:34 +0000 |
commit | 95538e78e8c590ab5ec5c08423ea73f9cce7ba4d (patch) | |
tree | a397d6aae6c226a8e91edcf47a2bc6e600460967 /time | |
parent | e2a772beb859ce90b53ca6bc11e25ac732cf1305 (diff) | |
download | pkgsrc-95538e78e8c590ab5ec5c08423ea73f9cce7ba4d.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" |