diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 11:07:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 11:07:16 +0000 |
commit | 93f3164fb901c0f09ba207cf7af1bf26600147a9 (patch) | |
tree | 4c01d945c2e7c7513bb6b583bbabce2df5e5a0f2 /sysutils | |
parent | 4fe7cd66bee917a5036dd568664d3d2771c1ac77 (diff) | |
download | pkgsrc-93f3164fb901c0f09ba207cf7af1bf26600147a9.tar.gz |
Set x_applibdir explicitly to the path we expect for app-defaults.
This fixes modular Xorg and should also help for non-standard locations
in general.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index ab0ad3e8524..dedb81638e3 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/06/21 20:41:27 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2007/01/11 11:07:16 joerg Exp $ DISTNAME= xps-4.2 PKGREVISION= 2 @@ -11,6 +11,7 @@ COMMENT= Displays the Unix process list as a hierarchical tree USE_TOOLS+= gmake perl GNU_CONFIGURE= yes +CONFIGURE_ARGS+= x_applibdir=${PREFIX}/lib/X11/app-defaults post-extract: ${LN} -s FreeBSD ${WRKSRC}/src/DragonFly |