From e3b69851d893cc4285cc548483faa2051fd2a98e Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 14 Nov 2011 14:24:14 +0000 Subject: Revert. --- x11/libXfont/Makefile | 4 +--- x11/libXfont/options.mk | 12 ------------ 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 x11/libXfont/options.mk (limited to 'x11') diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index 232aa46cdd3..8e268edd906 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/11/14 14:07:35 cheusov Exp $ +# $NetBSD: Makefile,v 1.22 2011/11/14 14:24:14 joerg Exp $ # DISTNAME= libXfont-1.4.4 @@ -21,8 +21,6 @@ PKGCONFIG_OVERRIDE+= xfont.pc.in CONFIGURE_ARGS+= --disable-devel-docs -.include "options.mk" - .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../x11/fontcacheproto/buildlink3.mk" diff --git a/x11/libXfont/options.mk b/x11/libXfont/options.mk deleted file mode 100644 index 7ff5d204456..00000000000 --- a/x11/libXfont/options.mk +++ /dev/null @@ -1,12 +0,0 @@ -# $NetBSD: options.mk,v 1.1 2011/11/14 14:07:35 cheusov Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.libXfont -PKG_SUPPORTED_OPTIONS+= inet6 - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif -- cgit v1.2.3