diff options
author | sno <sno@pkgsrc.org> | 2009-02-25 07:54:07 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-02-25 07:54:07 +0000 |
commit | ca764b4f9e4b48865c9f22d7c11684aa1beec863 (patch) | |
tree | 9ec5e8bf24df50b45bc7b5cdf3edb4b9aed3ce0a /fonts/t1lib | |
parent | 91948cae8845d19a51cd0a645711b7cc7a8cffba (diff) | |
download | pkgsrc-ca764b4f9e4b48865c9f22d7c11684aa1beec863.tar.gz |
Without x11 set in PKG_OPTIONS tell configure to configure without x11
to avoid build errors because of missing libraries in buildlink
Diffstat (limited to 'fonts/t1lib')
-rw-r--r-- | fonts/t1lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |