diff options
author | jdc <jdc> | 2002-10-24 22:28:58 +0000 |
---|---|---|
committer | jdc <jdc> | 2002-10-24 22:28:58 +0000 |
commit | d4a789a8baf69504b76084b1689f64c72b544db7 (patch) | |
tree | 2e3410edb2f9d62f1e098f04216ed3498990affb /www/navigator | |
parent | f05b3365c8d1891879a79a28b08f4fb94f196359 (diff) | |
download | pkgsrc-d4a789a8baf69504b76084b1689f64c72b544db7.tar.gz |
Make us use version 4.79 on sparc/sparc64 when we are emulating Solaris.
We use 4.79 when we are on Solaris and 4.8 doesn't exist for SunOS 5.5.1
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index e2634b22f33..c54ddd7bf78 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.50 2002/09/20 16:59:27 abs Exp $ +# $NetBSD: Makefile.common,v 1.51 2002/10/24 22:28:58 jdc Exp $ # # Common include file for communicator and navigator packages @@ -97,6 +97,8 @@ PLIST_ARCH= solaris-sparc .if !exists(/emul/svr4/usr/lib/ld.so) IGNORE= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" .endif +NS_VERS= 4.79 +PKGNAME= ${BINNAME}-${NS_VERS} DISTUNAME= sparc-sun-solaris2.5.1 DIST_DIR_NAME= supported/sunos551 WRKNAME= sparc-sun-solaris2.5.1 |