X11ROOT should be used as directory for buildlinkifying the files.
This commit is contained in:
parent
c355376d03
commit
2a30d492da
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.5 2004/03/30 17:23:48 reed Exp $
|
||||
# $NetBSD: buildlink2.mk,v 1.6 2004/03/30 21:26:40 xtraeme Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use XFree86-libs.
|
||||
#
|
||||
|
@ -15,7 +15,7 @@ BUILDLINK_DEPENDS.XFree86-libs?= XFree86-libs>=4.4.0
|
|||
BUILDLINK_PKGSRCDIR.XFree86-libs?= ../../x11/XFree86-libs
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.XFree86-libs=XFree86-libs
|
||||
BUILDLINK_PREFIX.XFree86-libs_DEFAULT= ${LOCALBASE}/${X11ROOT_PREFIX}
|
||||
BUILDLINK_PREFIX.XFree86-libs_DEFAULT= ${X11ROOT}
|
||||
BUILDLINK_FILES.XFree86-libs+= include/DPS/*.h
|
||||
BUILDLINK_FILES.XFree86-libs+= include/GL/*.h
|
||||
BUILDLINK_FILES.XFree86-libs+= include/X11/*.h
|
||||
|
|
Loading…
Reference in a new issue