summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-11-29 17:55:07 +0000
committerdrochner <drochner@pkgsrc.org>2011-11-29 17:55:07 +0000
commit615d8716b7806eefaf998cc391fd94a92303cb13 (patch)
tree38653aad2dca69df749adb4d19634d54bf22938b /fonts
parent80e7883a9ce3e061ec1e6fcc8d7ec02020d59568 (diff)
downloadpkgsrc-615d8716b7806eefaf998cc391fd94a92303cb13.tar.gz
don't bl3 libXp explicitely where it is just meant as indirect
dependency of an Xaw variant -- if at all, this will be handled by the Xaw bl3 file
Diffstat (limited to 'fonts')
-rw-r--r--fonts/t1lib/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/t1lib/options.mk b/fonts/t1lib/options.mk
index 485ae20e077..7caccd7d93c 100644
--- a/fonts/t1lib/options.mk
+++ b/fonts/t1lib/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2007/11/02 00:41:04 uebayasi Exp $
+# $NetBSD: options.mk,v 1.2 2011/11/29 17:55:07 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.t1lib
PKG_SUPPORTED_OPTIONS+= x11
@@ -9,7 +9,6 @@ PKG_SUGGESTED_OPTIONS+= x11
.if !empty(PKG_OPTIONS:Mx11)
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.endif