diff options
Diffstat (limited to 'x11/xservers')
-rw-r--r-- | x11/xservers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile index cdd4fe72d3b..490d371be12 100644 --- a/x11/xservers/Makefile +++ b/x11/xservers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/04/22 09:22:18 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2007/02/22 19:27:29 wiz Exp $ DISTNAME= xservers-3.3.6.5 PKGREVISION= 2 @@ -21,7 +21,7 @@ X11_SUBDIR= X11R6.3 MESSAGE_SUBST+= X11_SUBDIR=${X11_SUBDIR} -BUILDLINK_PASSTHRU_RPATHDIRS+= ${PREFIX}/X11R6.3/lib +BUILDLINK_PASSTHRU_RPATHDIRS+= ${PREFIX}/X11R6.3/lib do-configure: ${SED} -e 's#@PROJECTROOT@#${PREFIX}/${X11_SUBDIR}#' \ |