diff options
author | drochner <drochner@pkgsrc.org> | 2011-11-29 17:55:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-11-29 17:55:07 +0000 |
commit | 8502c57f240279a59c8f564249afbcd54765a9c8 (patch) | |
tree | 38653aad2dca69df749adb4d19634d54bf22938b /fonts | |
parent | b8dcae45ce4dd951cce716338b134301a1040cd6 (diff) | |
download | pkgsrc-8502c57f240279a59c8f564249afbcd54765a9c8.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.mk | 3 |
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 |