Make sure that correct xft-config is used. (Discussed
on tech-pkg and okay'd by wiz off-list.)
This commit is contained in:
parent
2f7dbc6ddc
commit
205eb5c3f7
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.9 2003/09/19 17:23:17 wiz Exp $
|
||||
# $NetBSD: buildlink2.mk,v 1.10 2003/11/02 00:58:18 reed Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use Xft2.
|
||||
#
|
||||
|
@ -14,6 +14,7 @@ BUILDLINK_PKGSRCDIR.Xft2?= ../../fonts/Xft2
|
|||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.Xft2=Xft2
|
||||
BUILDLINK_PREFIX.Xft2_DEFAULT= ${LOCALBASE}
|
||||
BUILDLINK_FILES.Xft2+= bin/xft-config
|
||||
BUILDLINK_FILES.Xft2+= include/X11/Xft/*
|
||||
BUILDLINK_FILES.Xft2+= lib/libXft.*
|
||||
BUILDLINK_FILES.Xft2+= lib/pkgconfig/xft.pc
|
||||
|
|
Loading…
Reference in a new issue