summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/libXfont/Makefile4
-rw-r--r--x11/libXfont/options.mk12
2 files changed, 1 insertions, 15 deletions
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