diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-11 15:40:18 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-11 15:40:18 +0000 |
commit | b6fdd52c562634b8d2778af976029790226f87f3 (patch) | |
tree | 5e5661179dc42ad0ca1ca56ffbdfe08e18b340d8 /mk/defs.IRIX.mk | |
parent | 9f2160a3000acd190b804d0b4654a86ff2e8a239 (diff) | |
download | pkgsrc-b6fdd52c562634b8d2778af976029790226f87f3.tar.gz |
Rather than hardcoding IRIX into bsd.pkg.mk when checking if xpkgwedge is
needed let's use _OPSYS_NEEDS_XPKGWEDGE to be set in defs.${OPSYS}.mk
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r-- | mk/defs.IRIX.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index 3fde33a8bcc..2fa3d35a8d3 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.29 2003/07/02 16:07:02 grant Exp $ +# $NetBSD: defs.IRIX.mk,v 1.30 2003/07/11 15:40:19 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -117,6 +117,7 @@ _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available _OPSYS_LIBTOOL_REQD= 1.4.20010614nb14 # base version of libtool required +_OPSYS_NEEDS_XPKGWEDGE= yes # xpkgwedge is required for X11 _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_RPATH_NAME= -rpath, # name of symbol in rpath directive to linker _PATCH_CAN_BACKUP= no # native patch(1) can make backups |