diff options
-rw-r--r-- | x11/libX11/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 0da3004b79e..d78e12501ac 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 18:11:18 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/20 15:09:12 joerg Exp $ # DISTNAME= libX11-1.0.3 @@ -22,8 +22,6 @@ USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= --enable-man-pages=3 PKGCONFIG_OVERRIDE+= x11.pc.in -.include "../../mk/bsd.prefs.mk" - .include "../../x11/bigreqsproto/buildlink3.mk" .include "../../x11/inputproto/buildlink3.mk" .include "../../x11/kbproto/buildlink3.mk" |