diff options
Diffstat (limited to 'net/wmnet')
-rw-r--r-- | net/wmnet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile index cbbc6707bab..33613182a5d 100644 --- a/net/wmnet/Makefile +++ b/net/wmnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/03/20 06:55:13 obache Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/23 10:24:10 wiz Exp $ DISTNAME= wmnet-1.06 PKGREVISION= 5 @@ -26,5 +26,4 @@ SPECIAL_PERMS+= bin/wmnet ${BINOWN} kmem 2555 .endif .include "../../x11/libXext/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |