diff options
author | schwarz <schwarz@pkgsrc.org> | 2006-04-10 13:38:36 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2006-04-10 13:38:36 +0000 |
commit | 6a99fbad5bb8cc5103e4f45e7245f09f9bdc7932 (patch) | |
tree | ef1f217c9aee2c490676c6c83338c796182f38ec /pkgtools/xpkgwedge/PLIST | |
parent | 89bda489cdba150663005df18525b442d892c7bc (diff) | |
download | pkgsrc-6a99fbad5bb8cc5103e4f45e7245f09f9bdc7932.tar.gz |
Modified xmkmf support for Darwin and IRIX:
- on Darwin, pkgsrc no longer tries to set user or group when installing
as unprivileged user, i.e. with UNPRIVILEGED set to yes.
- on IRIX (5 and 6) the system's xmkmf config files are no longer modified.
Instead copies (that take priority with pkgsrc's xmkmf) are used for that
purpose.
Diffstat (limited to 'pkgtools/xpkgwedge/PLIST')
-rw-r--r-- | pkgtools/xpkgwedge/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/xpkgwedge/PLIST b/pkgtools/xpkgwedge/PLIST index afec216fda7..d2f7792d66a 100644 --- a/pkgtools/xpkgwedge/PLIST +++ b/pkgtools/xpkgwedge/PLIST @@ -1,3 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2003/11/23 06:46:54 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/10 13:38:36 schwarz Exp $ bin/pkgxmkmf lib/X11/config/xpkgwedge.def +${IS_DARWIN}lib/X11/config/darwin.cf +${IS_IRIX}lib/X11/config/sgi.cf +${IS_IRIX6}lib/X11/config/X11.rules |