From ca764b4f9e4b48865c9f22d7c11684aa1beec863 Mon Sep 17 00:00:00 2001 From: sno Date: Wed, 25 Feb 2009 07:54:07 +0000 Subject: Without x11 set in PKG_OPTIONS tell configure to configure without x11 to avoid build errors because of missing libraries in buildlink --- fonts/t1lib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 8b5d5d3f63d..4c7ec5130c9 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2009/01/04 02:25:27 minskim Exp $ +# $NetBSD: Makefile,v 1.41 2009/02/25 07:54:07 sno Exp $ DISTNAME= t1lib-5.1.2 PKGREVISION= 1 @@ -29,6 +29,8 @@ PLIST_VARS+= x11 .if !empty(PKG_OPTIONS:Mx11) PLIST.x11= yes +.else +CONFIGURE_ARGS+= --without-x .endif SUBST_CLASSES+= paths -- cgit v1.2.3